<tdclass="colOne"><code><strong><ahref="../typinferenz/ResultSet.html#ResultSet(de.dhbwstuttgart.typeinference.Menge)">ResultSet</a></strong>(de.dhbwstuttgart.typeinference.Menge<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>> resultSet)</code> </td>
<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="../typinferenz/ResultSet.html#contains(mycompiler.mytype.Type)">contains</a></strong>(<ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> tA1)</code>
<divclass="block">Durchsucht das ResultSet (die unifizierten Constraints des ResultSets) nach diesem Typ.</div>
<tdclass="colFirst"><code>de.dhbwstuttgart.typeinference.Menge<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>></code></td>
<tdclass="colFirst"><code><ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a></code></td>
<tdclass="colLast"><code><strong><ahref="../typinferenz/ResultSet.html#getTypeEqualTo(mycompiler.mytype.Type)">getTypeEqualTo</a></strong>(<ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> type)</code>
<divclass="block">L<EFBFBD>st den <20>bergebenen Typ auf.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>java.util.Iterator<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>></code></td>
<pre>public ResultSet(de.dhbwstuttgart.typeinference.Menge<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>> resultSet)</pre>
<pre>public de.dhbwstuttgart.typeinference.Menge<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>> getResultSet()</pre>
<pre>public <ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> getTypeEqualTo(<ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> type)</pre>
<divclass="block">L<EFBFBD>st den <20>bergebenen Typ auf. R<>ckgabetyp ist ein Reftype oder Void</div>
<pre>public java.util.Iterator<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>> iterator()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>iterator</code> in interface <code>java.lang.Iterable<<ahref="../mycompiler/mytype/Pair.html"title="class in mycompiler.mytype">Pair</a>></code></dd>
</dl>
</li>
</ul>
<aname="contains(mycompiler.mytype.Type)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>contains</h4>
<pre>public boolean contains(<ahref="../mycompiler/mytype/Type.html"title="class in mycompiler.mytype">Type</a> tA1)</pre>
<divclass="block">Durchsucht das ResultSet (die unifizierten Constraints des ResultSets) nach diesem Typ. Der Typ wird nicht aufgel<65>st.
Es spielt keine Rolle in welchem Kontext der Typ im ResultSet auftaucht.</div>