<!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:06 CEST 2013 --> <title>Uses of Class mycompiler.myclass.UsedId</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="Uses of Class mycompiler.myclass.UsedId"; } //--> </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><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">Class</a></li> <li class="navBarCell1Rev">Use</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?mycompiler/myclass/class-use/UsedId.html" target="_top">Frames</a></li> <li><a href="UsedId.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> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class mycompiler.myclass.UsedId" class="title">Uses of Class<br>mycompiler.myclass.UsedId</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#mycompiler">mycompiler</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#mycompiler.mybytecode">mycompiler.mybytecode</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#mycompiler.myclass">mycompiler.myclass</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#mycompiler.myparser">mycompiler.myparser</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#mycompiler.mystatement">mycompiler.mystatement</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#mycompiler.mytype">mycompiler.mytype</a></td> <td class="colLast"> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="mycompiler"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/package-summary.html">mycompiler</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/package-summary.html">mycompiler</a> that return <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">AClassOrInterface.</span><code><strong><a href="../../../mycompiler/AClassOrInterface.html#getPackageName()">getPackageName</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"><span class="strong">SourceFile.</span><code><strong><a href="../../../mycompiler/SourceFile.html#getPackageName()">getPackageName</a></strong>()</code> <div class="block">Erzeugt f�r jede Klasse einen Vector, in den Referenzen auf die GenericTypeVars dieser Klasse gespeichert werden.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/package-summary.html">mycompiler</a> that return types with arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <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"><span class="strong">AClassOrInterface.</span><code><strong><a href="../../../mycompiler/AClassOrInterface.html#getSuperInterfaces()">getSuperInterfaces</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/package-summary.html">mycompiler</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">AClassOrInterface.</span><code><strong><a href="../../../mycompiler/AClassOrInterface.html#setPackageName(mycompiler.myclass.UsedId)">setPackageName</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> pkgName)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">SourceFile.</span><code><strong><a href="../../../mycompiler/SourceFile.html#setPackageName(mycompiler.myclass.UsedId)">setPackageName</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> pkgName)</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../mycompiler/package-summary.html">mycompiler</a> with type arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">AClassOrInterface.</span><code><strong><a href="../../../mycompiler/AClassOrInterface.html#setSuperInterfaces(java.util.Vector)">setSuperInterfaces</a></strong>(java.util.Vector<<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> superif)</code> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="mycompiler.mybytecode"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/mybytecode/package-summary.html">mycompiler.mybytecode</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/mybytecode/package-summary.html">mycompiler.mybytecode</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ClassFile.</span><code><strong><a href="../../../mycompiler/mybytecode/ClassFile.html#addGenerics(java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector)">addGenerics</a></strong>(java.util.Vector<<a href="../../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> para, <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)</code> <div class="block">Fuegt ggf.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Method parameters in <a href="../../../mycompiler/mybytecode/package-summary.html">mycompiler.mybytecode</a> with type arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ClassFile.</span><code><strong><a href="../../../mycompiler/mybytecode/ClassFile.html#addGenerics(java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector)">addGenerics</a></strong>(java.util.Vector<<a href="../../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> para, <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)</code> <div class="block">Fuegt ggf.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">ClassFile.</span><code><strong><a href="../../../mycompiler/mybytecode/ClassFile.html#addSuperInterfaces(java.util.Vector)">addSuperInterfaces</a></strong>(java.util.Vector<<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a>> superif)</code> <div class="block">Fuegt die erweiterten (bei Interfaces) implementierten (bei Klassen) Interfaces ein.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../mycompiler/mybytecode/package-summary.html">mycompiler.mybytecode</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../mycompiler/mybytecode/SignatureInfo.html#SignatureInfo(java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector, mycompiler.mybytecode.ClassFile)">SignatureInfo</a></strong>(java.util.Vector<<a href="../../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> vec, <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, <a href="../../../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a> cf)</code> <div class="block">Konstruktor fuer die Signatur einer Klasse bzw. eines Interfaces.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../mycompiler/mybytecode/package-summary.html">mycompiler.mybytecode</a> with type arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../mycompiler/mybytecode/SignatureInfo.html#SignatureInfo(java.util.Vector, mycompiler.myclass.UsedId, java.util.Vector, mycompiler.mybytecode.ClassFile)">SignatureInfo</a></strong>(java.util.Vector<<a href="../../../mycompiler/mytype/Type.html" title="class in mycompiler.mytype">Type</a>> vec, <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, <a href="../../../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a> cf)</code> <div class="block">Konstruktor fuer die Signatur einer Klasse bzw. eines Interfaces.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="mycompiler.myclass"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> declared as <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">Class.</span><code><strong><a href="../../../mycompiler/myclass/Class.html#superclassid">superclassid</a></strong></code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> that return <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">UsedId.</span><code><strong><a href="../../../mycompiler/myclass/UsedId.html#createFromQualifiedName(java.lang.String, int)">createFromQualifiedName</a></strong>(java.lang.String qualifiedName, int offset)</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"><span class="strong">UsedId.</span><code><strong><a href="../../../mycompiler/myclass/UsedId.html#getPackageName()">getPackageName</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> that return types with arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <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"><span class="strong">Class.</span><code><strong><a href="../../../mycompiler/myclass/Class.html#getUsedIdsToCheck()">getUsedIdsToCheck</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>java.util.Hashtable<java.lang.String,java.lang.String></code></td> <td class="colLast"><span class="strong">ClassBody.</span><code><strong><a href="../../../mycompiler/myclass/ClassBody.html#complete_parahashtable(java.util.Vector, mycompiler.myclass.UsedId, java.util.Hashtable, boolean)">complete_parahashtable</a></strong>(java.util.Vector<<a href="../../../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a>> classlist, <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> superclassid, java.util.Hashtable childhash, boolean ext)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Class.</span><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> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><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> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructor parameters in <a href="../../../mycompiler/myclass/package-summary.html">mycompiler.myclass</a> with type arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><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> <tr class="rowColor"> <td class="colLast"><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> </tbody> </table> </li> <li class="blockList"><a name="mycompiler.myparser"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/myparser/package-summary.html">mycompiler.myparser</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/myparser/package-summary.html">mycompiler.myparser</a> that return types with arguments of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <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"><span class="strong">InterfaceList.</span><code><strong><a href="../../../mycompiler/myparser/InterfaceList.html#getVector()">getVector</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/myparser/package-summary.html">mycompiler.myparser</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">InterfaceList.</span><code><strong><a href="../../../mycompiler/myparser/InterfaceList.html#addInterface(mycompiler.myclass.UsedId)">addInterface</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> uid)</code> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="mycompiler.mystatement"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a> declared as <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">Expr.</span><code><strong><a href="../../../mycompiler/mystatement/Expr.html#usedid">usedid</a></strong></code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a> that return <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">Expr.</span><code><strong><a href="../../../mycompiler/mystatement/Expr.html#get_UsedId()">get_UsedId</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Expr.</span><code><strong><a href="../../../mycompiler/mystatement/Expr.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> ui)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">This.</span><code><strong><a href="../../../mycompiler/mystatement/This.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> ui)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">LocalOrFieldVar.</span><code><strong><a href="../../../mycompiler/mystatement/LocalOrFieldVar.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> u)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">MethodCall.</span><code><strong><a href="../../../mycompiler/mystatement/MethodCall.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> u)</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">NewClass.</span><code><strong><a href="../../../mycompiler/mystatement/NewClass.html#set_UsedId(mycompiler.myclass.UsedId)">set_UsedId</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> t)</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../mycompiler/mystatement/InstVar.html#InstVar(mycompiler.myclass.UsedId, int, int)">InstVar</a></strong>(<a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> ui, int offset, int variableLength)</code> <div class="block">macht aus einem UsedId mit einem Vector von Strings eine InstVar <br/>Author: Martin Pl�micke PL 05-08-17</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="mycompiler.mytype"> <!-- --> </a> <h3>Uses of <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a> in <a href="../../../mycompiler/mytype/package-summary.html">mycompiler.mytype</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/mytype/package-summary.html">mycompiler.mytype</a> that return <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></code></td> <td class="colLast"><span class="strong">Type.</span><code><strong><a href="../../../mycompiler/mytype/Type.html#get_UsedId()">get_UsedId</a></strong>()</code> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../mycompiler/mytype/package-summary.html">mycompiler.mytype</a> with parameters of type <a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">UsedId</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Type.</span><code><strong><a href="../../../mycompiler/mytype/Type.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> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= 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><a href="../../../mycompiler/myclass/UsedId.html" title="class in mycompiler.myclass">Class</a></li> <li class="navBarCell1Rev">Use</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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?mycompiler/myclass/class-use/UsedId.html" target="_top">Frames</a></li> <li><a href="UsedId.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> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>