<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><ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">mycompiler.mystatement.Expr</a></li>
<li>
<ulclass="inheritance">
<li>mycompiler.mystatement.Literal</li>
</ul>
</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/BoolLiteral.html"title="class in mycompiler.mystatement">BoolLiteral</a>, <ahref="../../mycompiler/mystatement/CharLiteral.html"title="class in mycompiler.mystatement">CharLiteral</a>, <ahref="../../mycompiler/mystatement/DoubleLiteral.html"title="class in mycompiler.mystatement">DoubleLiteral</a>, <ahref="../../mycompiler/mystatement/FloatLiteral.html"title="class in mycompiler.mystatement">FloatLiteral</a>, <ahref="../../mycompiler/mystatement/IntLiteral.html"title="class in mycompiler.mystatement">IntLiteral</a>, <ahref="../../mycompiler/mystatement/LongLiteral.html"title="class in mycompiler.mystatement">LongLiteral</a>, <ahref="../../mycompiler/mystatement/Null.html"title="class in mycompiler.mystatement">Null</a>, <ahref="../../mycompiler/mystatement/StringLiteral.html"title="class in mycompiler.mystatement">StringLiteral</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <spanclass="strong">Literal</span>
extends <ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a></pre>
<h3>Fields inherited from class mycompiler.mystatement.<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a></h3>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Literal.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>short</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Literal.html#ConstantCodegen(mycompiler.mybytecode.ClassFile)">ConstantCodegen</a></strong>(<ahref="../../mycompiler/mybytecode/ClassFile.html"title="class in mycompiler.mybytecode">ClassFile</a> cf)</code>
<divclass="block">Erzeugt die benoetigten Konstanteneintraege, die den Wert
<tdclass="colFirst"><code><ahref="../../mycompiler/mytypereconstruction/set/CTripleSet.html"title="class in mycompiler.mytypereconstruction.set">CTripleSet</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/Literal.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>
<divclass="block">Implementierung des Algorithmus 5.40 von Martin Pl<50>micke
<h3>Methods inherited from class mycompiler.mystatement.<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a></h3>
<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 <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)</pre>
<divclass="block">Implementierung des Algorithmus 5.40 von Martin Pl<50>micke
<br>Author: J<>rg B<>uerle</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Expr.html#TRExp(mycompiler.mytypereconstruction.set.CSubstitutionSet, mycompiler.mytypereconstruction.set.CTypeAssumptionSet, mycompiler.mytypereconstruction.CSupportData)">TRExp</a></code> in class <code><ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a></code></dd>
<pre>public short ConstantCodegen(<ahref="../../mycompiler/mybytecode/ClassFile.html"title="class in mycompiler.mybytecode">ClassFile</a> cf)
throws <ahref="../../mycompiler/myexception/JVMCodeException.html"title="class in mycompiler.myexception">JVMCodeException</a></pre>
<divclass="block">Erzeugt die benoetigten Konstanteneintraege, die den Wert
des Literals darstellen.</div>
<dl><dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="../../mycompiler/myexception/JVMCodeException.html"title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl>
<pre>public void addOffsetsToExpression(<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/Expr.html#addOffsetsToExpression(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, java.lang.String, boolean)">addOffsetsToExpression</a></code> in class <code><ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a></code></dd>