blob: ebeae4f3629f04b9b0497e418ad0664297b36b68 [file]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.sysds.parser.VariableSet (Apache SystemDS 3.2.0-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.sysds.parser.VariableSet (Apache SystemDS 3.2.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../VariableSet.html" title="class in org.apache.sysds.parser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class org.apache.sysds.parser.VariableSet" class="title">Uses of Class<br>org.apache.sysds.parser.VariableSet</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.sysds.parser">org.apache.sysds.parser</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section><a id="org.apache.sysds.parser">
<!-- -->
</a>
<h3>Uses of <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a> in <a href="../package-summary.html">org.apache.sysds.parser</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sysds.parser</a> that return <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;liPassed,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#getGen()">getGen</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#getKill()">getKill</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#getWarn()">getWarn</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AssignmentStatement.</span><code><span class="memberNameLink"><a href="../AssignmentStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatement.</span><code><span class="memberNameLink"><a href="../ForStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatement.</span><code><span class="memberNameLink"><a href="../FunctionStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatement.</span><code><span class="memberNameLink"><a href="../IfStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImportStatement.</span><code><span class="memberNameLink"><a href="../ImportStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiAssignmentStatement.</span><code><span class="memberNameLink"><a href="../MultiAssignmentStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OutputStatement.</span><code><span class="memberNameLink"><a href="../OutputStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PathStatement.</span><code><span class="memberNameLink"><a href="../PathStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrintStatement.</span><code><span class="memberNameLink"><a href="../PrintStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Statement.</span><code><span class="memberNameLink"><a href="../Statement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatement.</span><code><span class="memberNameLink"><a href="../WhileStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">
<div class="block">For each statement:
gen rule: for each variable read in current statement but not updated in any PRIOR statement, add to gen
Handles case where variable both read and updated in same statement (i = i + 1, i needs to be added to gen)
kill rule: for each variable updated in current statement but not read in this or any PRIOR statement,
add to kill.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#liveIn()">liveIn</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#liveOut()">liveOut</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#minus(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">minus</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs1,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#union(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">union</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs1,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">
<div class="block">TODO: DRB: This needs to be changed to reflect:
1) Default values for variables -- need to add R styled check here to make sure that once vars with
default values start, they keep going to the right
2) The other parameters for External Functions</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParForStatementBlock.</span><code><span class="memberNameLink"><a href="../ParForStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AssignmentStatement.</span><code><span class="memberNameLink"><a href="../AssignmentStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BinaryExpression.</span><code><span class="memberNameLink"><a href="../BinaryExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanExpression.</span><code><span class="memberNameLink"><a href="../BooleanExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanIdentifier.</span><code><span class="memberNameLink"><a href="../BooleanIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BuiltinFunctionExpression.</span><code><span class="memberNameLink"><a href="../BuiltinFunctionExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ConditionalPredicate.</span><code><span class="memberNameLink"><a href="../ConditionalPredicate.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataExpression.</span><code><span class="memberNameLink"><a href="../DataExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataIdentifier.</span><code><span class="memberNameLink"><a href="../DataIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleIdentifier.</span><code><span class="memberNameLink"><a href="../DoubleIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Expression.</span><code><span class="memberNameLink"><a href="../Expression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionList.</span><code><span class="memberNameLink"><a href="../ExpressionList.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatement.</span><code><span class="memberNameLink"><a href="../ForStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionCallIdentifier.</span><code><span class="memberNameLink"><a href="../FunctionCallIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatement.</span><code><span class="memberNameLink"><a href="../FunctionStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatement.</span><code><span class="memberNameLink"><a href="../IfStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImportStatement.</span><code><span class="memberNameLink"><a href="../ImportStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IndexedIdentifier.</span><code><span class="memberNameLink"><a href="../IndexedIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIdentifier.</span><code><span class="memberNameLink"><a href="../IntIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IterablePredicate.</span><code><span class="memberNameLink"><a href="../IterablePredicate.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiAssignmentStatement.</span><code><span class="memberNameLink"><a href="../MultiAssignmentStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OutputStatement.</span><code><span class="memberNameLink"><a href="../OutputStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParameterizedBuiltinFunctionExpression.</span><code><span class="memberNameLink"><a href="../ParameterizedBuiltinFunctionExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PathStatement.</span><code><span class="memberNameLink"><a href="../PathStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrintStatement.</span><code><span class="memberNameLink"><a href="../PrintStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RelationalExpression.</span><code><span class="memberNameLink"><a href="../RelationalExpression.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Statement.</span><code><span class="memberNameLink"><a href="../Statement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StringIdentifier.</span><code><span class="memberNameLink"><a href="../StringIdentifier.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatement.</span><code><span class="memberNameLink"><a href="../WhileStatement.html#variablesRead()">variablesRead</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AssignmentStatement.</span><code><span class="memberNameLink"><a href="../AssignmentStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BinaryExpression.</span><code><span class="memberNameLink"><a href="../BinaryExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanExpression.</span><code><span class="memberNameLink"><a href="../BooleanExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanIdentifier.</span><code><span class="memberNameLink"><a href="../BooleanIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BuiltinFunctionExpression.</span><code><span class="memberNameLink"><a href="../BuiltinFunctionExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ConditionalPredicate.</span><code><span class="memberNameLink"><a href="../ConditionalPredicate.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataExpression.</span><code><span class="memberNameLink"><a href="../DataExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DataIdentifier.</span><code><span class="memberNameLink"><a href="../DataIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleIdentifier.</span><code><span class="memberNameLink"><a href="../DoubleIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Expression.</span><code><span class="memberNameLink"><a href="../Expression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionList.</span><code><span class="memberNameLink"><a href="../ExpressionList.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatement.</span><code><span class="memberNameLink"><a href="../ForStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionCallIdentifier.</span><code><span class="memberNameLink"><a href="../FunctionCallIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatement.</span><code><span class="memberNameLink"><a href="../FunctionStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatement.</span><code><span class="memberNameLink"><a href="../IfStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImportStatement.</span><code><span class="memberNameLink"><a href="../ImportStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIdentifier.</span><code><span class="memberNameLink"><a href="../IntIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IterablePredicate.</span><code><span class="memberNameLink"><a href="../IterablePredicate.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiAssignmentStatement.</span><code><span class="memberNameLink"><a href="../MultiAssignmentStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OutputStatement.</span><code><span class="memberNameLink"><a href="../OutputStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParameterizedBuiltinFunctionExpression.</span><code><span class="memberNameLink"><a href="../ParameterizedBuiltinFunctionExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PathStatement.</span><code><span class="memberNameLink"><a href="../PathStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrintStatement.</span><code><span class="memberNameLink"><a href="../PrintStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RelationalExpression.</span><code><span class="memberNameLink"><a href="../RelationalExpression.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Statement.</span><code><span class="memberNameLink"><a href="../Statement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StringIdentifier.</span><code><span class="memberNameLink"><a href="../StringIdentifier.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatement.</span><code><span class="memberNameLink"><a href="../WhileStatement.html#variablesUpdated()">variablesUpdated</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sysds.parser</a> with parameters of type <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#addVariables(org.apache.sysds.parser.VariableSet)">addVariables</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;liPassed,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#analyze(org.apache.sysds.parser.VariableSet)">analyze</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DMLTranslator.</span><code><span class="memberNameLink"><a href="../DMLTranslator.html#cleanupLiveOutVariables(java.util.List,org.apache.sysds.parser.VariableSet)">cleanupLiveOutVariables</a></span>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="../StatementBlock.html" title="class in org.apache.sysds.parser">StatementBlock</a>&gt;&nbsp;sbs,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;unionLiveIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AssignmentStatement.</span><code><span class="memberNameLink"><a href="../AssignmentStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatement.</span><code><span class="memberNameLink"><a href="../ForStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatement.</span><code><span class="memberNameLink"><a href="../FunctionStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatement.</span><code><span class="memberNameLink"><a href="../IfStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImportStatement.</span><code><span class="memberNameLink"><a href="../ImportStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiAssignmentStatement.</span><code><span class="memberNameLink"><a href="../MultiAssignmentStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OutputStatement.</span><code><span class="memberNameLink"><a href="../OutputStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PathStatement.</span><code><span class="memberNameLink"><a href="../PathStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrintStatement.</span><code><span class="memberNameLink"><a href="../PrintStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Statement.</span><code><span class="memberNameLink"><a href="../Statement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatement.</span><code><span class="memberNameLink"><a href="../WhileStatement.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#initializebackwardLV(org.apache.sysds.parser.VariableSet)">initializebackwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;loPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AssignmentStatement.</span><code><span class="memberNameLink"><a href="../AssignmentStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatement.</span><code><span class="memberNameLink"><a href="../ForStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatement.</span><code><span class="memberNameLink"><a href="../FunctionStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatement.</span><code><span class="memberNameLink"><a href="../IfStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImportStatement.</span><code><span class="memberNameLink"><a href="../ImportStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiAssignmentStatement.</span><code><span class="memberNameLink"><a href="../MultiAssignmentStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OutputStatement.</span><code><span class="memberNameLink"><a href="../OutputStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PathStatement.</span><code><span class="memberNameLink"><a href="../PathStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrintStatement.</span><code><span class="memberNameLink"><a href="../PrintStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Statement.</span><code><span class="memberNameLink"><a href="../Statement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">
<div class="block">For each statement:
gen rule: for each variable read in current statement but not updated in any PRIOR statement, add to gen
Handles case where variable both read and updated in same statement (i = i + 1, i needs to be added to gen)
kill rule: for each variable updated in current statement but not read in this or any PRIOR statement,
add to kill.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatement.</span><code><span class="memberNameLink"><a href="../WhileStatement.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#initializeforwardLV(org.apache.sysds.parser.VariableSet)">initializeforwardLV</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeInPassed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#minus(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">minus</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs1,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#removeVariables(org.apache.sysds.parser.VariableSet)">removeVariables</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setGen(org.apache.sysds.parser.VariableSet)">setGen</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ge)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setKill(org.apache.sysds.parser.VariableSet)">setKill</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ki)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setLiveIn(org.apache.sysds.parser.VariableSet)">setLiveIn</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;li)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setLiveOut(org.apache.sysds.parser.VariableSet)">setLiveOut</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setReadVariables(org.apache.sysds.parser.VariableSet)">setReadVariables</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vars)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#setUpdatedVariables(org.apache.sysds.parser.VariableSet)">setUpdatedVariables</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vars)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">VariableSet.</span><code><span class="memberNameLink"><a href="../VariableSet.html#union(org.apache.sysds.parser.VariableSet,org.apache.sysds.parser.VariableSet)">union</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs1,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LiveVariableAnalysis.</span><code><span class="memberNameLink"><a href="../LiveVariableAnalysis.html#updateLiveVariablesOut(org.apache.sysds.parser.VariableSet)">updateLiveVariablesOut</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;liveOut)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForStatementBlock.</span><code><span class="memberNameLink"><a href="../ForStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionStatementBlock.</span><code><span class="memberNameLink"><a href="../FunctionStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">
<div class="block">TODO: DRB: This needs to be changed to reflect:
1) Default values for variables -- need to add R styled check here to make sure that once vars with
default values start, they keep going to the right
2) The other parameters for External Functions</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IfStatementBlock.</span><code><span class="memberNameLink"><a href="../IfStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParForStatementBlock.</span><code><span class="memberNameLink"><a href="../ParForStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">StatementBlock.</span><code><span class="memberNameLink"><a href="../StatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">WhileStatementBlock.</span><code><span class="memberNameLink"><a href="../WhileStatementBlock.html#validate(org.apache.sysds.parser.DMLProgram,org.apache.sysds.parser.VariableSet,java.util.HashMap,boolean)">validate</a></span>&#8203;(<a href="../DMLProgram.html" title="class in org.apache.sysds.parser">DMLProgram</a>&nbsp;dmlProg,
<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;ids,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/HashMap.html?is-external=true" title="class or interface in java.util" class="externalLink">HashMap</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>,&#8203;<a href="../ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;constVars,
boolean&nbsp;conditional)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.sysds.parser</a> with parameters of type <a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../VariableSet.html#%3Cinit%3E(org.apache.sysds.parser.VariableSet)">VariableSet</a></span>&#8203;(<a href="../VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;vs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../VariableSet.html" title="class in org.apache.sysds.parser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>