<li><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">mycompiler.mystatement.Statement</a></li>
<li>
<ulclass="inheritance">
<li>mycompiler.mystatement.ForStmt</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>
<hr>
<br>
<pre>public class <spanclass="strong">ForStmt</span>
extends <ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></pre>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.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/ForStmt.html#codegen(mycompiler.mybytecode.ClassFile, mycompiler.mybytecode.CodeAttribute, de.dhbwstuttgart.typeinference.Menge)">codegen</a></strong>(<ahref="../../mycompiler/mybytecode/ClassFile.html"title="class in mycompiler.mybytecode">ClassFile</a> classfile,
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#printJavaCode(typinferenz.ResultSet)">printJavaCode</a></strong>(<ahref="../../typinferenz/ResultSet.html"title="class in typinferenz">ResultSet</a> resultSet)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#replaceType(mycompiler.mytypereconstruction.replacementlistener.CReplaceTypeEvent)">replaceType</a></strong>(<ahref="../../mycompiler/mytypereconstruction/replacementlistener/CReplaceTypeEvent.html"title="class in mycompiler.mytypereconstruction.replacementlistener">CReplaceTypeEvent</a> e)</code>
<divclass="block">Tauscht einen Typ gegen einen anderen aus.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#set_body_Loop_block(mycompiler.mystatement.Statement)">set_body_Loop_block</a></strong>(<ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a> statement)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#set_head_Condition(mycompiler.mystatement.Expr)">set_head_Condition</a></strong>(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#set_head_Initializer(mycompiler.mystatement.Expr)">set_head_Initializer</a></strong>(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</code> </td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#set_head_Loop_expr(mycompiler.mystatement.Expr)">set_head_Loop_expr</a></strong>(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</code> </td>
<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/ForStmt.html#TRStatement(mycompiler.mytypereconstruction.set.CSubstitutionSet, mycompiler.mytypereconstruction.set.CTypeAssumptionSet, mycompiler.mytypereconstruction.CSupportData)">TRStatement</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.23 von Martin Pl<50>micke
<br/>Achtung Workaround: RefType "Boolean" muss noch durch BaseType
"BooleanType" ersetzt werden.</div>
</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/ForStmt.html#TYPEStmt(typinferenz.TypeAssumptions)">TYPEStmt</a></strong>(<ahref="../../typinferenz/TypeAssumptions.html"title="class in typinferenz">TypeAssumptions</a> assumptions)</code> </td>
<tdclass="colLast"><code><strong><ahref="../../mycompiler/mystatement/ForStmt.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes</a></strong>(de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a>> paralist,
de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mytype/GenericTypeVar.html"title="class in mycompiler.mytype">GenericTypeVar</a>> genericMethodParameters)</code> </td>
<h3>Methods inherited from class mycompiler.mystatement.<ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></h3>
<pre>public void codegen(<ahref="../../mycompiler/mybytecode/ClassFile.html"title="class in mycompiler.mybytecode">ClassFile</a> classfile,
<ahref="../../mycompiler/mybytecode/CodeAttribute.html"title="class in mycompiler.mybytecode">CodeAttribute</a> code,
<pre>public <ahref="../../mycompiler/mytypereconstruction/set/CTripleSet.html"title="class in mycompiler.mytypereconstruction.set">CTripleSet</a> TRStatement(<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.23 von Martin Pl<50>micke
<br/>Achtung Workaround: RefType "Boolean" muss noch durch BaseType
"BooleanType" ersetzt werden.
<br>Author: J<>rg B<>uerle</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#TRStatement(mycompiler.mytypereconstruction.set.CSubstitutionSet, mycompiler.mytypereconstruction.set.CTypeAssumptionSet, mycompiler.mytypereconstruction.CSupportData)">TRStatement</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>
<pre>public void wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a>> paralist,
de.dhbwstuttgart.typeinference.Menge<<ahref="../../mycompiler/mytype/GenericTypeVar.html"title="class in mycompiler.mytype">GenericTypeVar</a>> genericMethodParameters)</pre>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>
<pre>public void set_head_Initializer(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</pre>
<pre>public void set_head_Condition(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</pre>
<pre>public void set_head_Loop_expr(<ahref="../../mycompiler/mystatement/Expr.html"title="class in mycompiler.mystatement">Expr</a> expr)</pre>
<pre>public void set_body_Loop_block(<ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a> statement)</pre>
<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>
</dl>
</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 void replaceType(<ahref="../../mycompiler/mytypereconstruction/replacementlistener/CReplaceTypeEvent.html"title="class in mycompiler.mytypereconstruction.replacementlistener">CReplaceTypeEvent</a> e)</pre>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html#replaceType(mycompiler.mytypereconstruction.replacementlistener.CReplaceTypeEvent)">ITypeReplacementListener</a></code></strong></div>
<divclass="block">Tauscht einen Typ gegen einen anderen aus.
<br>Author: J<>rg B<>uerle</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html#replaceType(mycompiler.mytypereconstruction.replacementlistener.CReplaceTypeEvent)">replaceType</a></code> in interface <code><ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html"title="interface in mycompiler.mytypereconstruction.replacementlistener">ITypeReplacementListener</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#replaceType(mycompiler.mytypereconstruction.replacementlistener.CReplaceTypeEvent)">replaceType</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>e</code> - Das Event mit dem neuen Typ</dd></dl>
<divclass="block"><strong>Description copied from interface: <code><ahref="../../mycompiler/mytypereconstruction/replacementlistener/ITypeReplacementListener.html#getTypeLineNumber()">ITypeReplacementListener</a></code></strong></div>
<divclass="block">Gibt die Zeilennummer zur<75>ck, in der eine <code>TypePlaceholder</code>
<pre>public java.lang.String printJavaCode(<ahref="../../typinferenz/ResultSet.html"title="class in typinferenz">ResultSet</a> resultSet)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../mycompiler/mystatement/Statement.html#printJavaCode(typinferenz.ResultSet)">printJavaCode</a></code> in class <code><ahref="../../mycompiler/mystatement/Statement.html"title="class in mycompiler.mystatement">Statement</a></code></dd>