blob: 525a02e33ddb139f40927213f3b4395f40878695 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PathStatement (SystemDS 2.1.0-SNAPSHOT API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PathStatement (SystemDS 2.1.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PathStatement.html">Use</a></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">
<li><a href="../../../../org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sysds/parser/PathStatement.html" target="_top">Frames</a></li>
<li><a href="PathStatement.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.apache.sysds.parser.Statement">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.sysds.parser.Statement">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.sysds.parser</div>
<h2 title="Class PathStatement" class="title">Class PathStatement</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">org.apache.sysds.parser.Statement</a></li>
<li>
<ul class="inheritance">
<li>org.apache.sysds.parser.PathStatement</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">PathStatement</span>
extends <a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.sysds.parser.Statement">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sysds.parser.<a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></h3>
<code><a href="../../../../org/apache/sysds/parser/Statement.FederatedPSScheme.html" title="enum in org.apache.sysds.parser">Statement.FederatedPSScheme</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSCheckpointing.html" title="enum in org.apache.sysds.parser">Statement.PSCheckpointing</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSFrequency.html" title="enum in org.apache.sysds.parser">Statement.PSFrequency</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSModeType.html" title="enum in org.apache.sysds.parser">Statement.PSModeType</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSRuntimeBalancing.html" title="enum in org.apache.sysds.parser">Statement.PSRuntimeBalancing</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSScheme.html" title="enum in org.apache.sysds.parser">Statement.PSScheme</a>, <a href="../../../../org/apache/sysds/parser/Statement.PSUpdateType.html" title="enum in org.apache.sysds.parser">Statement.PSUpdateType</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.sysds.parser.Statement">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.sysds.parser.<a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></h3>
<code><a href="../../../../org/apache/sysds/parser/Statement.html#BOOLEAN_VALUE_TYPE">BOOLEAN_VALUE_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#DOUBLE_VALUE_TYPE">DOUBLE_VALUE_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#FRAME_DATA_TYPE">FRAME_DATA_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN">GAGG_FN</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_CM">GAGG_FN_CM</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_CM_ORDER">GAGG_FN_CM_ORDER</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_COUNT">GAGG_FN_COUNT</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_MEAN">GAGG_FN_MEAN</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_SUM">GAGG_FN_SUM</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_FN_VARIANCE">GAGG_FN_VARIANCE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_GROUPS">GAGG_GROUPS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_NUM_GROUPS">GAGG_NUM_GROUPS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_TARGET">GAGG_TARGET</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#GAGG_WEIGHTS">GAGG_WEIGHTS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#INT_VALUE_TYPE">INT_VALUE_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#MATRIX_DATA_TYPE">MATRIX_DATA_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#OUTPUTSTATEMENT">OUTPUTSTATEMENT</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_AGGREGATION_FUN">PS_AGGREGATION_FUN</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_BATCH_SIZE">PS_BATCH_SIZE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_CHECKPOINTING">PS_CHECKPOINTING</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_EPOCHS">PS_EPOCHS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FEATURES">PS_FEATURES</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_AGGREGATION_FNAME">PS_FED_AGGREGATION_FNAME</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_BATCH_SIZE">PS_FED_BATCH_SIZE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_DATA_SIZE">PS_FED_DATA_SIZE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_GRADIENTS_FNAME">PS_FED_GRADIENTS_FNAME</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_MODEL_VARID">PS_FED_MODEL_VARID</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_NAMESPACE">PS_FED_NAMESPACE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_POSS_BATCHES_LOCAL">PS_FED_POSS_BATCHES_LOCAL</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_RUNTIME_BALANCING">PS_FED_RUNTIME_BALANCING</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FED_WEIGHTING">PS_FED_WEIGHTING</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_FREQUENCY">PS_FREQUENCY</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_GRADIENTS">PS_GRADIENTS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_HYPER_PARAMS">PS_HYPER_PARAMS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_LABELS">PS_LABELS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_MODE">PS_MODE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_MODEL">PS_MODEL</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_PARALLELISM">PS_PARALLELISM</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_SCHEME">PS_SCHEME</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_SEED">PS_SEED</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_UPDATE_FUN">PS_UPDATE_FUN</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_UPDATE_TYPE">PS_UPDATE_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_VAL_FEATURES">PS_VAL_FEATURES</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_VAL_FUN">PS_VAL_FUN</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#PS_VAL_LABELS">PS_VAL_LABELS</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SCALAR_DATA_TYPE">SCALAR_DATA_TYPE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SEQ_FROM">SEQ_FROM</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SEQ_INCR">SEQ_INCR</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SEQ_TO">SEQ_TO</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SETWD">SETWD</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#SOURCE">SOURCE</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#STRING_VALUE_TYPE">STRING_VALUE_TYPE</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#PathStatement-java.lang.String-">PathStatement</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pv)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#controlStatement--">controlStatement</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#getPathValue--">getPathValue</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#initializebackwardLV-org.apache.sysds.parser.VariableSet-">initializebackwardLV</a></span>(<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#initializeforwardLV-org.apache.sysds.parser.VariableSet-">initializeforwardLV</a></span>(<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#rewriteStatement-java.lang.String-">rewriteStatement</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#toString--">toString</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#variablesRead--">variablesRead</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/PathStatement.html#variablesUpdated--">variablesUpdated</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sysds.parser.Statement">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.sysds.parser.<a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></h3>
<code><a href="../../../../org/apache/sysds/parser/Statement.html#getBeginColumn--">getBeginColumn</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#getBeginLine--">getBeginLine</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#getEndColumn--">getEndColumn</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#getEndLine--">getEndLine</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#getFilename--">getFilename</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#getText--">getText</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#isEmptyNewLineStatement--">isEmptyNewLineStatement</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#printErrorLocation--">printErrorLocation</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#printWarningLocation--">printWarningLocation</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#raiseValidateError-java.lang.String-boolean-">raiseValidateError</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#raiseValidateError-java.lang.String-boolean-java.lang.String-">raiseValidateError</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setBeginColumn-int-">setBeginColumn</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setBeginLine-int-">setBeginLine</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setCtxValues-org.antlr.v4.runtime.ParserRuleContext-">setCtxValues</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setCtxValuesAndFilename-org.antlr.v4.runtime.ParserRuleContext-java.lang.String-">setCtxValuesAndFilename</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setEmptyNewLineStatement-boolean-">setEmptyNewLineStatement</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setEndColumn-int-">setEndColumn</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setEndLine-int-">setEndLine</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setFilename-java.lang.String-">setFilename</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setParseInfo-org.apache.sysds.parser.ParseInfo-">setParseInfo</a>, <a href="../../../../org/apache/sysds/parser/Statement.html#setText-java.lang.String-">setText</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.sysds.parser.ParseInfo">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.sysds.parser.<a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></h3>
<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#ctxAndFilenameToParseInfo-org.antlr.v4.runtime.ParserRuleContext-java.lang.String-">ctxAndFilenameToParseInfo</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="PathStatement-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PathStatement</h4>
<pre>public&nbsp;PathStatement(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;pv)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getPathValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPathValue</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPathValue()</pre>
</li>
</ul>
<a name="rewriteStatement-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rewriteStatement</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a>&nbsp;rewriteStatement(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;prefix)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#rewriteStatement-java.lang.String-">rewriteStatement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="initializeforwardLV-org.apache.sysds.parser.VariableSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializeforwardLV</h4>
<pre>public&nbsp;void&nbsp;initializeforwardLV(<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;activeIn)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#initializeforwardLV-org.apache.sysds.parser.VariableSet-">initializeforwardLV</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="initializebackwardLV-org.apache.sysds.parser.VariableSet-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>initializebackwardLV</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;initializebackwardLV(<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;lo)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#initializebackwardLV-org.apache.sysds.parser.VariableSet-">initializebackwardLV</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="variablesRead--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>variablesRead</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;variablesRead()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#variablesRead--">variablesRead</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="variablesUpdated--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>variablesUpdated</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;variablesUpdated()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#variablesUpdated--">variablesUpdated</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="controlStatement--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>controlStatement</h4>
<pre>public&nbsp;boolean&nbsp;controlStatement()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/Statement.html#controlStatement--">controlStatement</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/sysds/parser/Statement.html" title="class in org.apache.sysds.parser">Statement</a></code></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PathStatement.html">Use</a></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">
<li><a href="../../../../org/apache/sysds/parser/ParserWrapper.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sysds/parser/PrintStatement.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/sysds/parser/PathStatement.html" target="_top">Frames</a></li>
<li><a href="PathStatement.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.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>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.apache.sysds.parser.Statement">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.org.apache.sysds.parser.Statement">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>