blob: e9d8106e7453a7950e512e273d82e5dc2d671c8b [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>Expression (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="Expression (SystemDS 2.1.0-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":10,"i7":10,"i8":10,"i9":9,"i10":9,"i11":9,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":9,"i19":9,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":6,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":6,"i43":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/Expression.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/DoubleIdentifier.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sysds/parser/Expression.BinaryOp.html" title="enum 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/Expression.html" target="_top">Frames</a></li>
<li><a href="Expression.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.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&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 Expression" class="title">Class Expression</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>org.apache.sysds.parser.Expression</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>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/apache/sysds/parser/BinaryExpression.html" title="class in org.apache.sysds.parser">BinaryExpression</a>, <a href="../../../../org/apache/sysds/parser/BooleanExpression.html" title="class in org.apache.sysds.parser">BooleanExpression</a>, <a href="../../../../org/apache/sysds/parser/ExpressionList.html" title="class in org.apache.sysds.parser">ExpressionList</a>, <a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>, <a href="../../../../org/apache/sysds/parser/IterablePredicate.html" title="class in org.apache.sysds.parser">IterablePredicate</a>, <a href="../../../../org/apache/sysds/parser/RelationalExpression.html" title="class in org.apache.sysds.parser">RelationalExpression</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">Expression</span>
extends <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>
implements <a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</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>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a></span></code>
<div class="block">Binary operators.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a></span></code>
<div class="block">Boolean operators.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.DataOp.html" title="enum in org.apache.sysds.parser">Expression.DataOp</a></span></code>
<div class="block">Data operators.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.FunctCallOp.html" title="enum in org.apache.sysds.parser">Expression.FunctCallOp</a></span></code>
<div class="block">Function call operators.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a></span></code>
<div class="block">Relational operators.</div>
</td>
</tr>
</table>
</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/Expression.html#Expression--">Expression</a></span>()</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>static <a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#computeDataType-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-boolean-">computeDataType</a></span>(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2,
boolean&nbsp;cast)</code>
<div class="block">Compute data type based on expressions.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#computeDataType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-">computeDataType</a></span>(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier1,
<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier2,
boolean&nbsp;cast)</code>
<div class="block">Compute data type based on identifiers.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#computeValueType-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-boolean-">computeValueType</a></span>(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2,
boolean&nbsp;cast)</code>
<div class="block">Compute value type based on expressions.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#computeValueType-org.apache.sysds.parser.Expression-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ValueType-boolean-">computeValueType</a></span>(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expr1,
<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;v1,
<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;v2,
boolean&nbsp;cast)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#computeValueType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-">computeValueType</a></span>(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier1,
<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier2,
boolean&nbsp;cast)</code>
<div class="block">Compute value type based on identifiers.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common">Types.FileFormat</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#convertFormatType-java.lang.String-">convertFormatType</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;format)</code>
<div class="block">Convert string format type to <code>Hop.FileFormatTypes</code>.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#equals-java.lang.Object-">equals</a></span>(<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>&nbsp;that)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getBeginColumn--">getBeginColumn</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getBeginLine--">getBeginLine</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta">MatrixCharacteristics</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getBinaryMatrixCharacteristics-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-">getBinaryMatrixCharacteristics</a></span>(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2)</code>
<div class="block">Returns the matrix characteristics for scalar-scalar, scalar-matrix, matrix-scalar, matrix-matrix
operations.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getBinaryOp-java.lang.String-">getBinaryOp</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;val)</code>
<div class="block">Convert string value to binary operator.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getBooleanOp-java.lang.String-">getBooleanOp</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;val)</code>
<div class="block">Convert string value to boolean operator.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getEndColumn--">getEndColumn</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getEndLine--">getEndLine</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<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/Expression.html#getFilename--">getFilename</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getOutput--">getOutput</a></span>()</code>
<div class="block">Obtain identifier.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getOutputs--">getOutputs</a></span>()</code>
<div class="block">Obtain identifiers.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getParseExceptionList--">getParseExceptionList</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#getRelationalOp-java.lang.String-">getRelationalOp</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;val)</code>
<div class="block">Convert string value to relational operator.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static <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/Expression.html#getTempName--">getTempName</a></span>()</code>
<div class="block">Obtain temporary name ("parsertemp" + _tempId) for expression.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<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/Expression.html#getText--">getText</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<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/Expression.html#printErrorLocation--">printErrorLocation</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i23" 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/Expression.html#printInfoLocation--">printInfoLocation</a></span>()</code>
<div class="block">Return info message containing the filename, the beginning line position, and the beginning column position.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<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/Expression.html#printWarningLocation--">printWarningLocation</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#raiseValidateError-java.lang.String-">raiseValidateError</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;message)</code>
<div class="block">Throw a LanguageException with the message.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#raiseValidateError-java.lang.String-boolean-">raiseValidateError</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;message,
boolean&nbsp;conditional)</code>
<div class="block">Throw a LanguageException with the message if conditional is <code>false</code>;
otherwise log the message as a warning.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#raiseValidateError-java.lang.String-boolean-java.lang.String-">raiseValidateError</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;msg,
boolean&nbsp;conditional,
<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;errorCode)</code>
<div class="block">Throw a LanguageException with the message (and optional error code) if conditional is <code>false</code>;
otherwise log the message as a warning.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#rewriteExpression-java.lang.String-">rewriteExpression</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="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setBeginColumn-int-">setBeginColumn</a></span>(int&nbsp;passed)</code>&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setBeginLine-int-">setBeginLine</a></span>(int&nbsp;passed)</code>&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setCtxValues-org.antlr.v4.runtime.ParserRuleContext-">setCtxValues</a></span>(org.antlr.v4.runtime.ParserRuleContext&nbsp;ctx)</code>
<div class="block">Set ParserRuleContext values (begin line, begin column, end line, end
column, and text).</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setCtxValuesAndFilename-org.antlr.v4.runtime.ParserRuleContext-java.lang.String-">setCtxValuesAndFilename</a></span>(org.antlr.v4.runtime.ParserRuleContext&nbsp;ctx,
<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;filename)</code>
<div class="block">Set ParserRuleContext values (begin line, begin column, end line, end
column, and text) and file name.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setEndColumn-int-">setEndColumn</a></span>(int&nbsp;passed)</code>&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setEndLine-int-">setEndLine</a></span>(int&nbsp;passed)</code>&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setFilename-java.lang.String-">setFilename</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;passed)</code>&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setOutput-org.apache.sysds.parser.Identifier-">setOutput</a></span>(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;output)</code>&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setParseExceptionList-java.util.ArrayList-">setParseExceptionList</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;&nbsp;passed)</code>&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setParseInfo-org.apache.sysds.parser.ParseInfo-">setParseInfo</a></span>(<a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a>&nbsp;parseInfo)</code>
<div class="block">Set parse information.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#setText-java.lang.String-">setText</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;text)</code>&nbsp;</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#validateExpression-java.util.HashMap-java.util.HashMap-boolean-">validateExpression</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a>&gt;&nbsp;ids,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;currConstVars,
boolean&nbsp;conditional)</code>&nbsp;</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/sysds/parser/Expression.html#validateExpression-org.apache.sysds.parser.MultiAssignmentStatement-java.util.HashMap-java.util.HashMap-boolean-">validateExpression</a></span>(<a href="../../../../org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser">MultiAssignmentStatement</a>&nbsp;mas,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a>&gt;&nbsp;ids,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;currConstVars,
boolean&nbsp;conditional)</code>&nbsp;</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>abstract <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/Expression.html#variablesRead--">variablesRead</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>abstract <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/Expression.html#variablesUpdated--">variablesUpdated</a></span>()</code>&nbsp;</td>
</tr>
</table>
<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#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#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#toString--" title="class or interface in java.lang">toString</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="Expression--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Expression</h4>
<pre>public&nbsp;Expression()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="rewriteExpression-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rewriteExpression</h4>
<pre>public abstract&nbsp;<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;rewriteExpression(<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>
</li>
</ul>
<a name="setOutput-org.apache.sysds.parser.Identifier-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutput</h4>
<pre>public&nbsp;void&nbsp;setOutput(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;output)</pre>
</li>
</ul>
<a name="getOutput--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutput</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;getOutput()</pre>
<div class="block">Obtain identifier.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Identifier</dd>
</dl>
</li>
</ul>
<a name="getOutputs--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputs</h4>
<pre>public&nbsp;<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>[]&nbsp;getOutputs()</pre>
<div class="block">Obtain identifiers.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Identifiers</dd>
</dl>
</li>
</ul>
<a name="validateExpression-java.util.HashMap-java.util.HashMap-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateExpression</h4>
<pre>public&nbsp;void&nbsp;validateExpression(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a>&gt;&nbsp;ids,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;currConstVars,
boolean&nbsp;conditional)</pre>
</li>
</ul>
<a name="validateExpression-org.apache.sysds.parser.MultiAssignmentStatement-java.util.HashMap-java.util.HashMap-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateExpression</h4>
<pre>public&nbsp;void&nbsp;validateExpression(<a href="../../../../org/apache/sysds/parser/MultiAssignmentStatement.html" title="class in org.apache.sysds.parser">MultiAssignmentStatement</a>&nbsp;mas,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/DataIdentifier.html" title="class in org.apache.sysds.parser">DataIdentifier</a>&gt;&nbsp;ids,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<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>,<a href="../../../../org/apache/sysds/parser/ConstIdentifier.html" title="class in org.apache.sysds.parser">ConstIdentifier</a>&gt;&nbsp;currConstVars,
boolean&nbsp;conditional)</pre>
</li>
</ul>
<a name="getBinaryOp-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBinaryOp</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/parser/Expression.BinaryOp.html" title="enum in org.apache.sysds.parser">Expression.BinaryOp</a>&nbsp;getBinaryOp(<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;val)</pre>
<div class="block">Convert string value to binary operator.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>val</code> - String value ('+', '-', '*', '/', '%%', '%/%', '^', %*%')</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Binary operator (<code>BinaryOp.PLUS</code>, <code>BinaryOp.MINUS</code>,
<code>BinaryOp.MULT</code>, <code>BinaryOp.DIV</code>, <code>BinaryOp.MODULUS</code>,
<code>BinaryOp.INTDIV</code>, <code>BinaryOp.POW</code>, <code>BinaryOp.MATMULT</code>).
Returns <code>BinaryOp.INVALID</code> if string value not recognized.</dd>
</dl>
</li>
</ul>
<a name="getRelationalOp-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRelationalOp</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/parser/Expression.RelationalOp.html" title="enum in org.apache.sysds.parser">Expression.RelationalOp</a>&nbsp;getRelationalOp(<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;val)</pre>
<div class="block">Convert string value to relational operator.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>val</code> - String value ('&lt;', '&lt;=', '&gt;', '&gt;=', '==', '!=')</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Relational operator (<code>RelationalOp.LESS</code>, <code>RelationalOp.LESSEQUAL</code>,
<code>RelationalOp.GREATER</code>, <code>RelationalOp.GREATEREQUAL</code>, <code>RelationalOp.EQUAL</code>,
<code>RelationalOp.NOTEQUAL</code>).
Returns <code>RelationalOp.INVALID</code> if string value not recognized.</dd>
</dl>
</li>
</ul>
<a name="getBooleanOp-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBooleanOp</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/parser/Expression.BooleanOp.html" title="enum in org.apache.sysds.parser">Expression.BooleanOp</a>&nbsp;getBooleanOp(<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;val)</pre>
<div class="block">Convert string value to boolean operator.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>val</code> - String value ('&amp;&amp;', '&amp;', '||', '|', '!')</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean operator (<code>BooleanOp.CONDITIONALAND</code>, <code>BooleanOp.LOGICALAND</code>,
<code>BooleanOp.CONDITIONALOR</code>, <code>BooleanOp.LOGICALOR</code>, <code>BooleanOp.NOT</code>).
Returns <code>BooleanOp.INVALID</code> if string value not recognized.</dd>
</dl>
</li>
</ul>
<a name="convertFormatType-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>convertFormatType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.FileFormat.html" title="enum in org.apache.sysds.common">Types.FileFormat</a>&nbsp;convertFormatType(<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;format)</pre>
<div class="block">Convert string format type to <code>Hop.FileFormatTypes</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>format</code> - String format type ("text", "binary", "mm", "csv")</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Format as <code>Hop.FileFormatTypes</code>. Can be
<code>FileFormatTypes.TEXT</code>, <code>FileFormatTypes.BINARY</code>,
<code>FileFormatTypes.MM</code>, or <code>FileFormatTypes.CSV</code>. Unrecognized
type is set to <code>FileFormatTypes.TEXT</code>.</dd>
</dl>
</li>
</ul>
<a name="getTempName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTempName</h4>
<pre>public static&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;getTempName()</pre>
<div class="block">Obtain temporary name ("parsertemp" + _tempId) for expression. Used to construct Hops from
parse tree.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Temporary name of expression.</dd>
</dl>
</li>
</ul>
<a name="variablesRead--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>variablesRead</h4>
<pre>public abstract&nbsp;<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;variablesRead()</pre>
</li>
</ul>
<a name="variablesUpdated--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>variablesUpdated</h4>
<pre>public abstract&nbsp;<a href="../../../../org/apache/sysds/parser/VariableSet.html" title="class in org.apache.sysds.parser">VariableSet</a>&nbsp;variablesUpdated()</pre>
</li>
</ul>
<a name="computeDataType-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>computeDataType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;computeDataType(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2,
boolean&nbsp;cast)</pre>
<div class="block">Compute data type based on expressions. The identifier for each expression is obtained and passed to
<a href="../../../../org/apache/sysds/parser/Expression.html#computeDataType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-"><code>computeDataType(Identifier, Identifier, boolean)</code></a>. If the identifiers have the same data type, the shared data type is
returned. Otherwise, if <code>cast</code> is <code>true</code> and one of the identifiers is a matrix and the other
identifier is a scalar, return <code>DataType.MATRIX</code>. Otherwise, throw a LanguageException.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression1</code> - First expression</dd>
<dd><code>expression2</code> - Second expression</dd>
<dd><code>cast</code> - Whether a cast should potentially be performed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The data type (<a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common"><code>Types.DataType</code></a>)</dd>
</dl>
</li>
</ul>
<a name="computeDataType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>computeDataType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;computeDataType(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier1,
<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier2,
boolean&nbsp;cast)</pre>
<div class="block">Compute data type based on identifiers. If the identifiers have the same data type, the shared data type is
returned. Otherwise, if <code>cast</code> is <code>true</code> and one of the identifiers is a matrix and the other
identifier is a scalar, return <code>DataType.MATRIX</code>. Otherwise, throw a LanguageException.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>identifier1</code> - First identifier</dd>
<dd><code>identifier2</code> - Second identifier</dd>
<dd><code>cast</code> - Whether a cast should potentially be performed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The data type (<a href="../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common"><code>Types.DataType</code></a>)</dd>
</dl>
</li>
</ul>
<a name="computeValueType-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>computeValueType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;computeValueType(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2,
boolean&nbsp;cast)</pre>
<div class="block">Compute value type based on expressions. The identifier for each expression is obtained and passed to
<a href="../../../../org/apache/sysds/parser/Expression.html#computeValueType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-"><code>computeValueType(Identifier, Identifier, boolean)</code></a>. If the identifiers have the same value type, the shared value type is
returned. Otherwise, if <code>cast</code> is <code>true</code> and one value type is a double and the other is an int,
return <code>ValueType.DOUBLE</code>. If <code>cast</code> is <code>true</code> and one value type is a string or the other value type is a string, return
<code>ValueType.STRING</code>. Otherwise, throw a LanguageException.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression1</code> - First expression</dd>
<dd><code>expression2</code> - Second expression</dd>
<dd><code>cast</code> - Whether a cast should potentially be performed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The value type (<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common"><code>Types.ValueType</code></a>)</dd>
</dl>
</li>
</ul>
<a name="computeValueType-org.apache.sysds.parser.Identifier-org.apache.sysds.parser.Identifier-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>computeValueType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;computeValueType(<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier1,
<a href="../../../../org/apache/sysds/parser/Identifier.html" title="class in org.apache.sysds.parser">Identifier</a>&nbsp;identifier2,
boolean&nbsp;cast)</pre>
<div class="block">Compute value type based on identifiers. If the identifiers have the same value type, the shared value type is
returned. Otherwise, if <code>cast</code> is <code>true</code> and one value type is a double and the other is an int,
return <code>ValueType.DOUBLE</code>. If <code>cast</code> is <code>true</code> and one value type is a string or the other value type is a string, return
<code>ValueType.STRING</code>. Otherwise, throw a LanguageException.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>identifier1</code> - First identifier</dd>
<dd><code>identifier2</code> - Second identifier</dd>
<dd><code>cast</code> - Whether a cast should potentially be performed</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The value type (<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common"><code>Types.ValueType</code></a>)</dd>
</dl>
</li>
</ul>
<a name="computeValueType-org.apache.sysds.parser.Expression-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ValueType-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>computeValueType</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;computeValueType(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expr1,
<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;v1,
<a href="../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;v2,
boolean&nbsp;cast)</pre>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(<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>&nbsp;that)</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#equals-java.lang.Object-" title="class or interface in java.lang">equals</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>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</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#hashCode--" title="class or interface in java.lang">hashCode</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>
<a name="raiseValidateError-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>raiseValidateError</h4>
<pre>public&nbsp;void&nbsp;raiseValidateError(<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;message)</pre>
<div class="block">Throw a LanguageException with the message.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>message</code> - the error message</dd>
</dl>
</li>
</ul>
<a name="raiseValidateError-java.lang.String-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>raiseValidateError</h4>
<pre>public&nbsp;void&nbsp;raiseValidateError(<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;message,
boolean&nbsp;conditional)</pre>
<div class="block">Throw a LanguageException with the message if conditional is <code>false</code>;
otherwise log the message as a warning.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>message</code> - the error (or warning) message</dd>
<dd><code>conditional</code> - if <code>true</code>, display log warning message. Otherwise, the message
will be thrown as a LanguageException</dd>
</dl>
</li>
</ul>
<a name="raiseValidateError-java.lang.String-boolean-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>raiseValidateError</h4>
<pre>public&nbsp;void&nbsp;raiseValidateError(<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;msg,
boolean&nbsp;conditional,
<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;errorCode)</pre>
<div class="block">Throw a LanguageException with the message (and optional error code) if conditional is <code>false</code>;
otherwise log the message as a warning.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>msg</code> - the error (or warning) message</dd>
<dd><code>conditional</code> - if <code>true</code>, display log warning message. Otherwise, the message (and optional
error code) will be thrown as a LanguageException</dd>
<dd><code>errorCode</code> - optional error code</dd>
</dl>
</li>
</ul>
<a name="getBinaryMatrixCharacteristics-org.apache.sysds.parser.Expression-org.apache.sysds.parser.Expression-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBinaryMatrixCharacteristics</h4>
<pre>public static&nbsp;<a href="../../../../org/apache/sysds/runtime/meta/MatrixCharacteristics.html" title="class in org.apache.sysds.runtime.meta">MatrixCharacteristics</a>&nbsp;getBinaryMatrixCharacteristics(<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression1,
<a href="../../../../org/apache/sysds/parser/Expression.html" title="class in org.apache.sysds.parser">Expression</a>&nbsp;expression2)</pre>
<div class="block">Returns the matrix characteristics for scalar-scalar, scalar-matrix, matrix-scalar, matrix-matrix
operations. This method is aware of potentially unknowns and matrix-vector (col/row) operations.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression1</code> - The first expression</dd>
<dd><code>expression2</code> - The second expression</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>matrix characteristics
[1] is the number of columns (clen), [2] is the number of rows in a block (blen),
and [3] is the number of columns in a block (blen). Default (unknown) values are
-1. Scalar values are all 0.</dd>
</dl>
</li>
</ul>
<a name="setFilename-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFilename</h4>
<pre>public&nbsp;void&nbsp;setFilename(<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;passed)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setFilename-java.lang.String-">setFilename</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setBeginLine-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBeginLine</h4>
<pre>public&nbsp;void&nbsp;setBeginLine(int&nbsp;passed)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setBeginLine-int-">setBeginLine</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setBeginColumn-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBeginColumn</h4>
<pre>public&nbsp;void&nbsp;setBeginColumn(int&nbsp;passed)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setBeginColumn-int-">setBeginColumn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setEndLine-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEndLine</h4>
<pre>public&nbsp;void&nbsp;setEndLine(int&nbsp;passed)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setEndLine-int-">setEndLine</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setEndColumn-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEndColumn</h4>
<pre>public&nbsp;void&nbsp;setEndColumn(int&nbsp;passed)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setEndColumn-int-">setEndColumn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setText-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setText</h4>
<pre>public&nbsp;void&nbsp;setText(<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;text)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#setText-java.lang.String-">setText</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="setParseExceptionList-java.util.ArrayList-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParseExceptionList</h4>
<pre>public&nbsp;void&nbsp;setParseExceptionList(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;&nbsp;passed)</pre>
</li>
</ul>
<a name="setParseInfo-org.apache.sysds.parser.ParseInfo-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setParseInfo</h4>
<pre>public&nbsp;void&nbsp;setParseInfo(<a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a>&nbsp;parseInfo)</pre>
<div class="block">Set parse information.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>parseInfo</code> - parse information, such as beginning line position, beginning
column position, ending line position, ending column position,
text, and filename</dd>
</dl>
</li>
</ul>
<a name="setCtxValues-org.antlr.v4.runtime.ParserRuleContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCtxValues</h4>
<pre>public&nbsp;void&nbsp;setCtxValues(org.antlr.v4.runtime.ParserRuleContext&nbsp;ctx)</pre>
<div class="block">Set ParserRuleContext values (begin line, begin column, end line, end
column, and text).</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the antlr ParserRuleContext</dd>
</dl>
</li>
</ul>
<a name="setCtxValuesAndFilename-org.antlr.v4.runtime.ParserRuleContext-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCtxValuesAndFilename</h4>
<pre>public&nbsp;void&nbsp;setCtxValuesAndFilename(org.antlr.v4.runtime.ParserRuleContext&nbsp;ctx,
<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;filename)</pre>
<div class="block">Set ParserRuleContext values (begin line, begin column, end line, end
column, and text) and file name.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ctx</code> - the antlr ParserRuleContext</dd>
<dd><code>filename</code> - the filename (if it exists)</dd>
</dl>
</li>
</ul>
<a name="getFilename--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFilename</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;getFilename()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getFilename--">getFilename</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getBeginLine--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBeginLine</h4>
<pre>public&nbsp;int&nbsp;getBeginLine()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getBeginLine--">getBeginLine</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getBeginColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBeginColumn</h4>
<pre>public&nbsp;int&nbsp;getBeginColumn()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getBeginColumn--">getBeginColumn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getEndLine--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndLine</h4>
<pre>public&nbsp;int&nbsp;getEndLine()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getEndLine--">getEndLine</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getEndColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEndColumn</h4>
<pre>public&nbsp;int&nbsp;getEndColumn()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getEndColumn--">getEndColumn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getText--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getText</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;getText()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../org/apache/sysds/parser/ParseInfo.html#getText--">getText</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/sysds/parser/ParseInfo.html" title="interface in org.apache.sysds.parser">ParseInfo</a></code></dd>
</dl>
</li>
</ul>
<a name="getParseExceptionList--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getParseExceptionList</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</a>&lt;<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>&gt;&nbsp;getParseExceptionList()</pre>
</li>
</ul>
<a name="printErrorLocation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printErrorLocation</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;printErrorLocation()</pre>
</li>
</ul>
<a name="printWarningLocation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>printWarningLocation</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;printWarningLocation()</pre>
</li>
</ul>
<a name="printInfoLocation--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>printInfoLocation</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;printInfoLocation()</pre>
<div class="block">Return info message containing the filename, the beginning line position, and the beginning column position.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the info message</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/Expression.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/DoubleIdentifier.html" title="class in org.apache.sysds.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/sysds/parser/Expression.BinaryOp.html" title="enum 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/Expression.html" target="_top">Frames</a></li>
<li><a href="Expression.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.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&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>