<li><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">mycompiler.mystatement.Statement</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../mycompiler/mystatement/ExprStmt.html"title="class in mycompiler.mystatement">mycompiler.mystatement.ExprStmt</a></li>
<li>
<ulclass="inheritance">
<li>mycompiler.mystatement.Expr</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><ahref="../../mycompiler/IItemWithOffset.html"title="interface in mycompiler">IItemWithOffset</a>, <ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html"title="interface in mycompiler.mytypereconstruction.replacementlistener">ITypeReplacementListener</a>, <ahref="../../typinferenz/Typable.html"title="interface in typinferenz">Typable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><ahref="../../mycompiler/mystatement/Assign.html"title="class in mycompiler.mystatement">Assign</a>, <ahref="../../mycompiler/mystatement/BinaryExpr.html"title="class in mycompiler.mystatement">BinaryExpr</a>, <ahref="../../mycompiler/mystatement/InstVar.html"title="class in mycompiler.mystatement">InstVar</a>, <ahref="../../mycompiler/mystatement/LambdaExpression.html"title="class in mycompiler.mystatement">LambdaExpression</a>, <ahref="../../mycompiler/mystatement/Literal.html"title="class in mycompiler.mystatement">Literal</a>, <ahref="../../mycompiler/mystatement/LocalOrFieldVar.html"title="class in mycompiler.mystatement">LocalOrFieldVar</a>, <ahref="../../mycompiler/mystatement/MethodCall.html"title="class in mycompiler.mystatement">MethodCall</a>, <ahref="../../mycompiler/mystatement/NewArray.html"title="class in mycompiler.mystatement">NewArray</a>, <ahref="../../mycompiler/mystatement/NewClass.html"title="class in mycompiler.mystatement">NewClass</a>, <ahref="../../mycompiler/mystatement/This.html"title="class in mycompiler.mystatement">This</a>, <ahref="../../mycompiler/mystatement/UnaryExpr.html"title="class in mycompiler.mystatement">UnaryExpr</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <spanclass="strong">Expr</span>
extends <ahref="../../mycompiler/mystatement/ExprStmt.html"title="class in mycompiler.mystatement">ExprStmt</a></pre>
</li>
</ul>
</div>
<divclass="summary">
<ulclass="blockList">
<liclass="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field_summary">
<!---->
</a>
<h3>Field Summary</h3>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Field Summary table, listing fields, and an explanation">
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#addOffsetsToExpression(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, java.lang.String, boolean)">addOffsetsToExpression</a></strong>(<ahref="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html"title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption,
java.lang.String NameVariable,
boolean isMemberVariable)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#addOffsetsToStatement(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, java.lang.String, boolean)">addOffsetsToStatement</a></strong>(<ahref="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html"title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption,
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#set_Type(mycompiler.mytype.Type)">set_Type</a></strong>(<ahref="../../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> type)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<ahref="../../mycompiler/myclass/UsedId.html"title="class in mycompiler.myclass">UsedId</a> ui)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>abstract <ahref="../../mycompiler/mytypereconstruction/set/CTripleSet.html"title="class in mycompiler.mytypereconstruction.set">CTripleSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#TRExp(mycompiler.mytypereconstruction.set.CSubstitutionSet, mycompiler.mytypereconstruction.set.CTypeAssumptionSet, mycompiler.mytypereconstruction.CSupportData)">TRExp</a></strong>(<ahref="../../mycompiler/mytypereconstruction/set/CSubstitutionSet.html"title="class in mycompiler.mytypereconstruction.set">CSubstitutionSet</a> sigma,
<ahref="../../mycompiler/mytypereconstruction/set/CTypeAssumptionSet.html"title="class in mycompiler.mytypereconstruction.set">CTypeAssumptionSet</a> V,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../mycompiler/mytypereconstruction/set/CMultiplyTupleSet.html"title="class in mycompiler.mytypereconstruction.set">CMultiplyTupleSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#TRMultiply(mycompiler.mytypereconstruction.CMultiplyTuple, mycompiler.mystatement.Expr, mycompiler.mytypereconstruction.CSupportData)">TRMultiply</a></strong>(<ahref="../../mycompiler/mytypereconstruction/CMultiplyTuple.html"title="class in mycompiler.mytypereconstruction">CMultiplyTuple</a> tuple,
<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> t,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)</code>
<divclass="block">(siehe Algorithmus 5.29 TRMultiply, Martin Pl<50>micke)
<br/>Author: J<>rg B<>uerle</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../mycompiler/mytypereconstruction/set/CMultiplyTupleSet.html"title="class in mycompiler.mytypereconstruction.set">CMultiplyTupleSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#TRTuple(mycompiler.mytypereconstruction.CMultiplyTuple, de.dhbwstuttgart.typeinference.Menge, mycompiler.mytypereconstruction.CSupportData)">TRTuple</a></strong>(<ahref="../../mycompiler/mytypereconstruction/CMultiplyTuple.html"title="class in mycompiler.mytypereconstruction">CMultiplyTuple</a> result,
de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a>> terms,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)</code>
<divclass="block">(siehe Algorithmus 5.28 TRTuple, Martin Pl<50>micke)
<br/>Author: J<>rg B<>uerle</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>abstract <ahref="../../typinferenz/ConstraintsSet.html"title="class in typinferenz">ConstraintsSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#TYPEExpr(typinferenz.TypeAssumptions)">TYPEExpr</a></strong>(<ahref="../../typinferenz/TypeAssumptions.html"title="class in typinferenz">TypeAssumptions</a> assumptions)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../typinferenz/ConstraintsSet.html"title="class in typinferenz">ConstraintsSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Expr.html#TYPEStmt(typinferenz.TypeAssumptions)">TYPEStmt</a></strong>(<ahref="../../typinferenz/TypeAssumptions.html"title="class in typinferenz">TypeAssumptions</a> assumptions)</code> </td>
<h3>Methods inherited from class mycompiler.mystatement.<ahref="../../mycompiler/mystatement/ExprStmt.html"title="class in mycompiler.mystatement">ExprStmt</a></h3>
<h3>Methods inherited from class mycompiler.mystatement.<ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></h3>
<h3>Methods inherited from interface mycompiler.mytypereconstruction.replacementlistener.<ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html"title="interface in mycompiler.mytypereconstruction.replacementlistener">ITypeReplacementListener</a></h3>
<pre>public abstract void sc_check(de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/myclass/Class.html"title="class in mycompiler.myclass">Class</a>> classname,
throws <ahref="../../mycompiler/myexception/SCStatementException.html"title="class in mycompiler.myexception">SCStatementException</a></pre>
<dl><dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="../../mycompiler/myexception/SCStatementException.html"title="class in mycompiler.myexception">SCStatementException</a></code></dd></dl>
<pre>public abstract <ahref="../../mycompiler/mytypereconstruction/set/CTripleSet.html"title="class in mycompiler.mytypereconstruction.set">CTripleSet</a> TRExp(<ahref="../../mycompiler/mytypereconstruction/set/CSubstitutionSet.html"title="class in mycompiler.mytypereconstruction.set">CSubstitutionSet</a> sigma,
<ahref="../../mycompiler/mytypereconstruction/set/CTypeAssumptionSet.html"title="class in mycompiler.mytypereconstruction.set">CTypeAssumptionSet</a> V,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)
throws <ahref="../../mycompiler/myexception/CTypeReconstructionException.html"title="class in mycompiler.myexception">CTypeReconstructionException</a></pre>
<dl><dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="../../mycompiler/myexception/CTypeReconstructionException.html"title="class in mycompiler.myexception">CTypeReconstructionException</a></code></dd></dl>
</li>
</ul>
<aname="TYPEExpr(typinferenz.TypeAssumptions)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>TYPEExpr</h4>
<pre>public abstract <ahref="../../typinferenz/ConstraintsSet.html"title="class in typinferenz">ConstraintsSet</a> TYPEExpr(<ahref="../../typinferenz/TypeAssumptions.html"title="class in typinferenz">TypeAssumptions</a> assumptions)</pre>
</li>
</ul>
<aname="TYPEStmt(typinferenz.TypeAssumptions)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>TYPEStmt</h4>
<pre>public <ahref="../../typinferenz/ConstraintsSet.html"title="class in typinferenz">ConstraintsSet</a> TYPEStmt(<ahref="../../typinferenz/TypeAssumptions.html"title="class in typinferenz">TypeAssumptions</a> assumptions)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#TYPEStmt(typinferenz.TypeAssumptions)">TYPEStmt</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>
<pre>public <ahref="../../mycompiler/mytypereconstruction/set/CMultiplyTupleSet.html"title="class in mycompiler.mytypereconstruction.set">CMultiplyTupleSet</a> TRTuple(<ahref="../../mycompiler/mytypereconstruction/CMultiplyTuple.html"title="class in mycompiler.mytypereconstruction">CMultiplyTuple</a> result,
de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a>> terms,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)</pre>
<divclass="block">(siehe Algorithmus 5.28 TRTuple, Martin Pl<50>micke)
<pre>public <ahref="../../mycompiler/mytypereconstruction/set/CMultiplyTupleSet.html"title="class in mycompiler.mytypereconstruction.set">CMultiplyTupleSet</a> TRMultiply(<ahref="../../mycompiler/mytypereconstruction/CMultiplyTuple.html"title="class in mycompiler.mytypereconstruction">CMultiplyTuple</a> tuple,
<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> t,
<ahref="../../mycompiler/mytypereconstruction/CSupportData.html"title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData)</pre>
<divclass="block">(siehe Algorithmus 5.29 TRMultiply, Martin Pl<50>micke)
<pre>public abstract void addOffsetsToExpression(<ahref="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html"title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption,
<pre>public boolean addOffsetsToStatement(<ahref="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html"title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption,
java.lang.String NameVariable,
boolean isMemberVariable)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#addOffsetsToStatement(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, java.lang.String, boolean)">addOffsetsToStatement</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>