<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Wed Sep 18 10:43:03 CEST 2013 --> <title>Class</title> <meta name="date" content="2013-09-18"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Class"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><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/Class.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-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../mycompiler/myclass/BasicAssumptionClass.html" title="class in mycompiler.myclass"><span class="strong">Prev Class</span></a></li> <li><a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?mycompiler/myclass/Class.html" target="_top">Frames</a></li> <li><a href="Class.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All 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: </li> <li>Nested | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li><a href="#constructor_detail">Constr</a> | </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">mycompiler.myclass</div> <h2 title="Class Class" class="title">Class Class</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../mycompiler/AClassOrInterface.html" title="class in mycompiler">mycompiler.AClassOrInterface</a></li> <li> <ul class="inheritance"> <li>mycompiler.myclass.Class</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../mycompiler/myclass/BasicAssumptionClass.html" title="class in mycompiler.myclass">BasicAssumptionClass</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">Class</span> extends <a href="../../mycompiler/AClassOrInterface.html" title="class in mycompiler">AClassOrInterface</a></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#isFirstLocalVarDecl">isFirstLocalVarDecl</a></strong></code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#superclassid">superclassid</a></strong></code> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../mycompiler/myclass/Class.html#Class(java.lang.String)">Class</a></strong>(java.lang.String name)</code> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../mycompiler/myclass/Class.html#Class(java.lang.String, mycompiler.mymodifier.Modifiers)">Class</a></strong>(java.lang.String name, <a href="../../mycompiler/mymodifier/Modifiers.html" title="class in mycompiler.mymodifier">Modifiers</a> mod)</code> </td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../mycompiler/myclass/Class.html#Class(java.lang.String, mycompiler.mymodifier.Modifiers, mycompiler.myclass.ClassBody, java.util.Vector, java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector, java.util.Vector)">Class</a></strong>(java.lang.String name, <a href="../../mycompiler/mymodifier/Modifiers.html" title="class in mycompiler.mymodifier">Modifiers</a> mod, <a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a> cb, java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> ct, java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> usedIdsToCheck, <a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> superclass, java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> superif, java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> paralist)</code> <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#addOffsetsToAssumption(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Block, java.lang.String, boolean)">addOffsetsToAssumption</a></strong>(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a> localBlock, java.lang.String NameVariable, boolean isMemberVariable)</code> <div class="block">Methode f�gt zu einer CTypeAssumption alle Offsets hinzu, wo die Variable benutzt wird.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#addOffsetsToExpression(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Expr, java.lang.String, boolean)">addOffsetsToExpression</a></strong>(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a> expression, java.lang.String NameVariable, boolean isMemberVariable)</code> <div class="block">Hilfs-Methode f�r die Offset-Zuweisung durchsucht eine Expression rekursiv <br/>Author: Thomas Hornberger 07.04.2006 <br/>Authos: Arne L�dtke 20.01.2007, Auf Polymorphie umgebaut.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#addOffsetsToStatement(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Statement, java.lang.String, boolean)">addOffsetsToStatement</a></strong>(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Statement.html" title="class in mycompiler.mystatement">Statement</a> statement, java.lang.String NameVariable, boolean isMemberVariable)</code> <div class="block">Hilfs-Methode f�r die Offset-Zuweisung durchsucht ein Statement rekursiv <br/>Author: Thomas Hornberger 08.04.2006 <br/>Author: Arne L�dtke 20.10.2007, Auf Polymorphie umgebaut.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#codegen(mycompiler.SourceFile)">codegen</a></strong>(<a href="../../mycompiler/SourceFile.html" title="class in mycompiler">SourceFile</a> sf)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#complete_paralist(boolean)">complete_paralist</a></strong>(boolean ext)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#createGenericTypeVars(mycompiler.mytypereconstruction.CTypeReconstructionResult)">createGenericTypeVars</a></strong>(<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a> reconstructionResult)</code> <div class="block">Errechnet die Generischen Parameter der Klasse f�r diese Klasse.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#does_Class_extend()">does_Class_extend</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#get_class_block()">get_class_block</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#get_ClassBody()">get_ClassBody</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Hashtable<java.lang.String,java.lang.String></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#get_ParaHash()">get_ParaHash</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Vector</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#get_ParaList()">get_ParaList</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#get_Superclass_Name()">get_Superclass_Name</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getContainedTypes()">getContainedTypes</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getPublicFieldAssumptions()">getPublicFieldAssumptions</a></strong>()</code> <div class="block">Ermittelt die Sichtbaren Felder und Methoden der Klasse.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getSimpleName()">getSimpleName</a></strong>()</code> <div class="block">HOTI Liefert bei Klassen die fullyQualified angegeben wurden nur den schlussendlichen Bezeichner p.ex. java.util.Vector => Vector</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../mycompiler/mytype/RefType.html" title="class in mycompiler.mytype">RefType</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getType()">getType</a></strong>()</code> <div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getTypeInformation(java.util.Vector, java.util.Vector)">getTypeInformation</a></strong>(java.util.Vector<<a href="../../mycompiler/myclass/Method.html" title="class in mycompiler.myclass">Method</a>> methodList, java.util.Vector<<a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a>> fieldList)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#getUsedIdsToCheck()">getUsedIdsToCheck</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#is_member(java.lang.String)">is_member</a></strong>(java.lang.String var)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#para_check(java.util.Vector, boolean)">para_check</a></strong>(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, boolean ext)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#printJavaCode(mycompiler.mytypereconstruction.CTypeReconstructionResult)">printJavaCode</a></strong>(<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a> reconstructionResult)</code> <div class="block">Generiert den JavaCode dieser Klasse im Falle f�r das �bergebene resultSet.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#sc_check_for_extended_classes(java.util.Vector, java.util.Hashtable, boolean)">sc_check_for_extended_classes</a></strong>(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, java.util.Hashtable<java.lang.String,java.lang.String> childhash, boolean ext)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#sc_check(java.util.Vector, boolean)">sc_check</a></strong>(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, boolean ext)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#set_class_block(mycompiler.mystatement.Block)">set_class_block</a></strong>(<a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a> block)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#set_ClassBody(mycompiler.myclass.ClassBody)">set_ClassBody</a></strong>(<a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a> body)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#set_ParaHash(java.util.Hashtable)">set_ParaHash</a></strong>(java.util.Hashtable<java.lang.String,java.lang.String> hash)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#set_ParaList(java.util.Vector)">set_ParaList</a></strong>(java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> para)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> uid)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#setContainedTypes(java.util.Vector)">setContainedTypes</a></strong>(java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> containedTypes)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#toString()">toString</a></strong>()</code> <div class="block"><br/>Author: Martin Pl�micke</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Vector<<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a>></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#TRProg(mycompiler.mytypereconstruction.CSupportData, typinferenz.TypeAssumptions)">TRProg</a></strong>(<a href="../../mycompiler/mytypereconstruction/CSupportData.html" title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData, <a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a> globalAssumptions)</code> <div class="block">Ausgangspunkt f�r den Typrekonstruktionsalgorithmus.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../typinferenz/ConstraintsSet.html" title="class in typinferenz">ConstraintsSet</a></code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#TYPE(java.util.Vector, java.util.Vector, typinferenz.TypeAssumptions)">TYPE</a></strong>(java.util.Vector<<a href="../../mycompiler/myclass/Method.html" title="class in mycompiler.myclass">Method</a>> methodList, java.util.Vector<<a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a>> fielddeclarationList, <a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a> assumptions)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../mycompiler/myclass/Class.html#wandleRefTypeAttributes2GenericAttributes()">wandleRefTypeAttributes2GenericAttributes</a></strong>()</code> <div class="block">Alle Methoden der Klassen �berpr�fen, ob sie als RefType deklarierte Attribute haben, die aber GenericTypeVars sind und ggf. ersetzen Bsp.: bei public E elementAt(i){...} wird E vorerst als RefType erkannt</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_mycompiler.AClassOrInterface"> <!-- --> </a> <h3>Methods inherited from class mycompiler.<a href="../../mycompiler/AClassOrInterface.html" title="class in mycompiler">AClassOrInterface</a></h3> <code><a href="../../mycompiler/AClassOrInterface.html#getAccessFlags()">getAccessFlags</a>, <a href="../../mycompiler/AClassOrInterface.html#getModifiers()">getModifiers</a>, <a href="../../mycompiler/AClassOrInterface.html#getName()">getName</a>, <a href="../../mycompiler/AClassOrInterface.html#getPackageName()">getPackageName</a>, <a href="../../mycompiler/AClassOrInterface.html#getSuperInterfaces()">getSuperInterfaces</a>, <a href="../../mycompiler/AClassOrInterface.html#setModifiers(mycompiler.mymodifier.Modifiers)">setModifiers</a>, <a href="../../mycompiler/AClassOrInterface.html#setName(java.lang.String)">setName</a>, <a href="../../mycompiler/AClassOrInterface.html#setPackageName(mycompiler.myclass.UsedId)">setPackageName</a>, <a href="../../mycompiler/AClassOrInterface.html#setSuperInterfaces(java.util.Vector)">setSuperInterfaces</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="superclassid"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>superclassid</h4> <pre>public <a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> superclassid</pre> </li> </ul> <a name="isFirstLocalVarDecl"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isFirstLocalVarDecl</h4> <pre>public static boolean isFirstLocalVarDecl</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Class(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Class</h4> <pre>public Class(java.lang.String name)</pre> </li> </ul> <a name="Class(java.lang.String, mycompiler.mymodifier.Modifiers)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Class</h4> <pre>public Class(java.lang.String name, <a href="../../mycompiler/mymodifier/Modifiers.html" title="class in mycompiler.mymodifier">Modifiers</a> mod)</pre> </li> </ul> <a name="Class(java.lang.String, mycompiler.mymodifier.Modifiers, mycompiler.myclass.ClassBody, java.util.Vector, java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector, java.util.Vector)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Class</h4> <pre>public Class(java.lang.String name, <a href="../../mycompiler/mymodifier/Modifiers.html" title="class in mycompiler.mymodifier">Modifiers</a> mod, <a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a> cb, java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> ct, java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> usedIdsToCheck, <a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> superclass, java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> superif, java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> paralist)</pre> <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht. Zur Uebersichtlichkeit in der Grammatik.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getUsedIdsToCheck()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getUsedIdsToCheck</h4> <pre>public java.util.Vector<<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> getUsedIdsToCheck()</pre> </li> </ul> <a name="setContainedTypes(java.util.Vector)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setContainedTypes</h4> <pre>public void setContainedTypes(java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> containedTypes)</pre> </li> </ul> <a name="getContainedTypes()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getContainedTypes</h4> <pre>public java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> getContainedTypes()</pre> </li> </ul> <a name="para_check(java.util.Vector, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>para_check</h4> <pre>public void para_check(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, boolean ext) throws <a href="../../mycompiler/myexception/SCClassException.html" title="class in mycompiler.myexception">SCClassException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/SCClassException.html" title="class in mycompiler.myexception">SCClassException</a></code></dd></dl> </li> </ul> <a name="complete_paralist(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>complete_paralist</h4> <pre>public java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> complete_paralist(boolean ext)</pre> </li> </ul> <a name="sc_check(java.util.Vector, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sc_check</h4> <pre>public void sc_check(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, boolean ext) throws <a href="../../mycompiler/myexception/SCClassException.html" title="class in mycompiler.myexception">SCClassException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/SCClassException.html" title="class in mycompiler.myexception">SCClassException</a></code></dd></dl> </li> </ul> <a name="sc_check_for_extended_classes(java.util.Vector, java.util.Hashtable, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sc_check_for_extended_classes</h4> <pre>public void sc_check_for_extended_classes(java.util.Vector<<a href="../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, java.util.Hashtable<java.lang.String,java.lang.String> childhash, boolean ext)</pre> </li> </ul> <a name="codegen(mycompiler.SourceFile)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>codegen</h4> <pre>public void codegen(<a href="../../mycompiler/SourceFile.html" title="class in mycompiler">SourceFile</a> sf) throws <a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../mycompiler/AClassOrInterface.html#codegen(mycompiler.SourceFile)">codegen</a></code> in class <code><a href="../../mycompiler/AClassOrInterface.html" title="class in mycompiler">AClassOrInterface</a></code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/JVMCodeException.html" title="class in mycompiler.myexception">JVMCodeException</a></code></dd></dl> </li> </ul> <a name="set_UsedId(mycompiler.myclass.UsedId)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_UsedId</h4> <pre>public void set_UsedId(<a href="../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> uid)</pre> </li> </ul> <a name="set_ClassBody(mycompiler.myclass.ClassBody)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_ClassBody</h4> <pre>public void set_ClassBody(<a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a> body)</pre> </li> </ul> <a name="set_class_block(mycompiler.mystatement.Block)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_class_block</h4> <pre>public void set_class_block(<a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a> block)</pre> </li> </ul> <a name="is_member(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>is_member</h4> <pre>public java.lang.String is_member(java.lang.String var)</pre> </li> </ul> <a name="get_Superclass_Name()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_Superclass_Name</h4> <pre>public java.lang.String get_Superclass_Name()</pre> </li> </ul> <a name="get_ClassBody()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_ClassBody</h4> <pre>public <a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass">ClassBody</a> get_ClassBody()</pre> </li> </ul> <a name="get_class_block()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_class_block</h4> <pre>public <a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a> get_class_block()</pre> </li> </ul> <a name="does_Class_extend()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>does_Class_extend</h4> <pre>public boolean does_Class_extend()</pre> </li> </ul> <a name="set_ParaList(java.util.Vector)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_ParaList</h4> <pre>public void set_ParaList(java.util.Vector<<a href="../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> para)</pre> </li> </ul> <a name="get_ParaList()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_ParaList</h4> <pre>public java.util.Vector get_ParaList()</pre> </li> </ul> <a name="set_ParaHash(java.util.Hashtable)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>set_ParaHash</h4> <pre>public void set_ParaHash(java.util.Hashtable<java.lang.String,java.lang.String> hash)</pre> </li> </ul> <a name="get_ParaHash()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get_ParaHash</h4> <pre>public java.util.Hashtable<java.lang.String,java.lang.String> get_ParaHash()</pre> </li> </ul> <a name="TRProg(mycompiler.mytypereconstruction.CSupportData, typinferenz.TypeAssumptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TRProg</h4> <pre>public java.util.Vector<<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a>> TRProg(<a href="../../mycompiler/mytypereconstruction/CSupportData.html" title="class in mycompiler.mytypereconstruction">CSupportData</a> supportData, <a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a> globalAssumptions) throws <a href="../../mycompiler/myexception/CTypeReconstructionException.html" title="class in mycompiler.myexception">CTypeReconstructionException</a></pre> <div class="block">Ausgangspunkt f�r den Typrekonstruktionsalgorithmus. Hier werden zun�chst die Mengen von Typannahmen V_fields_methods und V_i erstellt, die als Eingabe f�r den Algorithmus dienen.<br/> (siehe Algorithmus 5.17 TRProg, Martin Pl�micke) <br/>Author: J�rg B�uerle</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>supportData</code> - </dd><dd><code>globalAssumptions</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd>Liste aller bisher berechneten, m�glichen Typkombinationen</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../mycompiler/myexception/CTypeReconstructionException.html" title="class in mycompiler.myexception">CTypeReconstructionException</a></code></dd></dl> </li> </ul> <a name="TYPE(java.util.Vector, java.util.Vector, typinferenz.TypeAssumptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TYPE</h4> <pre>public <a href="../../typinferenz/ConstraintsSet.html" title="class in typinferenz">ConstraintsSet</a> TYPE(java.util.Vector<<a href="../../mycompiler/myclass/Method.html" title="class in mycompiler.myclass">Method</a>> methodList, java.util.Vector<<a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a>> fielddeclarationList, <a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a> assumptions)</pre> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public java.lang.String toString()</pre> <div class="block"><br/>Author: Martin Pl�micke</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code>toString</code> in class <code>java.lang.Object</code></dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="wandleRefTypeAttributes2GenericAttributes()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>wandleRefTypeAttributes2GenericAttributes</h4> <pre>public void wandleRefTypeAttributes2GenericAttributes()</pre> <div class="block">Alle Methoden der Klassen �berpr�fen, ob sie als RefType deklarierte Attribute haben, die aber GenericTypeVars sind und ggf. ersetzen Bsp.: bei public E elementAt(i){...} wird E vorerst als RefType erkannt</div> </li> </ul> <a name="addOffsetsToAssumption(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Block, java.lang.String, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addOffsetsToAssumption</h4> <pre>public static void addOffsetsToAssumption(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a> localBlock, java.lang.String NameVariable, boolean isMemberVariable)</pre> <div class="block">Methode f�gt zu einer CTypeAssumption alle Offsets hinzu, wo die Variable benutzt wird. <br/>Author: Thomas Hornberger 07.04.2006 <br/>Author: Arne L�dtke 20.01.2007, Auf Polymorphie erweitert. Wird nicht mehr verwendet. In Block ausgelagert.</div> </li> </ul> <a name="addOffsetsToStatement(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Statement, java.lang.String, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addOffsetsToStatement</h4> <pre>public static boolean addOffsetsToStatement(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Statement.html" title="class in mycompiler.mystatement">Statement</a> statement, java.lang.String NameVariable, boolean isMemberVariable)</pre> <div class="block">Hilfs-Methode f�r die Offset-Zuweisung durchsucht ein Statement rekursiv <br/>Author: Thomas Hornberger 08.04.2006 <br/>Author: Arne L�dtke 20.10.2007, Auf Polymorphie umgebaut.</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="addOffsetsToExpression(mycompiler.mytypereconstruction.typeassumption.CTypeAssumption, mycompiler.mystatement.Expr, java.lang.String, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addOffsetsToExpression</h4> <pre>public static void addOffsetsToExpression(<a href="../../mycompiler/mytypereconstruction/typeassumption/CTypeAssumption.html" title="class in mycompiler.mytypereconstruction.typeassumption">CTypeAssumption</a> localAssumption, <a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a> expression, java.lang.String NameVariable, boolean isMemberVariable)</pre> <div class="block">Hilfs-Methode f�r die Offset-Zuweisung durchsucht eine Expression rekursiv <br/>Author: Thomas Hornberger 07.04.2006 <br/>Authos: Arne L�dtke 20.01.2007, Auf Polymorphie umgebaut.</div> </li> </ul> <a name="getSimpleName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSimpleName</h4> <pre>public java.lang.String getSimpleName()</pre> <div class="block">HOTI Liefert bei Klassen die fullyQualified angegeben wurden nur den schlussendlichen Bezeichner p.ex. java.util.Vector => Vector</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getTypeInformation(java.util.Vector, java.util.Vector)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTypeInformation</h4> <pre>public java.lang.String getTypeInformation(java.util.Vector<<a href="../../mycompiler/myclass/Method.html" title="class in mycompiler.myclass">Method</a>> methodList, java.util.Vector<<a href="../../mycompiler/mystatement/Expr.html" title="class in mycompiler.mystatement">Expr</a>> fieldList)</pre> </li> </ul> <a name="printJavaCode(mycompiler.mytypereconstruction.CTypeReconstructionResult)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>printJavaCode</h4> <pre>public java.lang.String printJavaCode(<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a> reconstructionResult)</pre> <div class="block">Generiert den JavaCode dieser Klasse im Falle f�r das �bergebene resultSet. Dem ResultSet entsprechend werden in diesem Java-Code die TypePlaceholder durch die in ResultSet stehenden Typen ersetzt.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Java-Sourcefile</dd></dl> </li> </ul> <a name="createGenericTypeVars(mycompiler.mytypereconstruction.CTypeReconstructionResult)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createGenericTypeVars</h4> <pre>public void createGenericTypeVars(<a href="../../mycompiler/mytypereconstruction/CTypeReconstructionResult.html" title="class in mycompiler.mytypereconstruction">CTypeReconstructionResult</a> reconstructionResult)</pre> <div class="block">Errechnet die Generischen Parameter der Klasse f�r diese Klasse. Die berechneten Variablen werden anschlie�end in die this.genericTypeVars eingesetzt. Dabei werden alte genericTypeVars �berschrieben.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>reconstructionResult</code> - </dd></dl> </li> </ul> <a name="getType()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getType</h4> <pre>public <a href="../../mycompiler/mytype/RefType.html" title="class in mycompiler.mytype">RefType</a> getType()</pre> <div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getPublicFieldAssumptions()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPublicFieldAssumptions</h4> <pre>public <a href="../../typinferenz/TypeAssumptions.html" title="class in typinferenz">TypeAssumptions</a> getPublicFieldAssumptions()</pre> <div class="block">Ermittelt die Sichtbaren Felder und Methoden der Klasse. (Momentan sind im Projekt alle Felder und Methoden "package private", da der Parser keine Access-Modifier einlesen kann.</div> <dl><dt><span class="strong">Returns:</span></dt><dd></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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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/Class.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-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../mycompiler/myclass/BasicAssumptionClass.html" title="class in mycompiler.myclass"><span class="strong">Prev Class</span></a></li> <li><a href="../../mycompiler/myclass/ClassBody.html" title="class in mycompiler.myclass"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?mycompiler/myclass/Class.html" target="_top">Frames</a></li> <li><a href="Class.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All 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: </li> <li>Nested | </li> <li><a href="#field_summary">Field</a> | </li> <li><a href="#constructor_summary">Constr</a> | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field_detail">Field</a> | </li> <li><a href="#constructor_detail">Constr</a> | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>