forked from JavaTX/JavaCompilerCore
237 lines
25 KiB
HTML
Executable File
237 lines
25 KiB
HTML
Executable File
<!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>W-Index</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="W-Index";
|
||
}
|
||
//-->
|
||
</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>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="../overview-tree.html">Tree</a></li>
|
||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||
<li class="navBarCell1Rev">Index</li>
|
||
<li><a href="../help-doc.html">Help</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li><a href="index-21.html">Prev Letter</a></li>
|
||
<li><a href="index-23.html">Next Letter</a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../index.html?index-filesindex-22.html" target="_top">Frames</a></li>
|
||
<li><a href="index-22.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Y</a> <a name="_W_">
|
||
<!-- -->
|
||
</a>
|
||
<h2 class="title">W</h2>
|
||
<dl>
|
||
<dt><span class="strong"><a href="../mycompiler/MyCompiler.html#wandleGeneric2RefType(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleGeneric2RefType(Menge<Type>, Menge<Class>)</a></span> - Static method in class mycompiler.<a href="../mycompiler/MyCompiler.html" title="class in mycompiler">MyCompiler</a></dt>
|
||
<dd>
|
||
<div class="block">Author: Thomas Ott<br/>
|
||
Ersetzt in der Superklassenparameterliste einer Klasse, diejenigen
|
||
<code>GenericTypeVars</code>, zu denen es eine Klasse gibt, die gleich hei<65>t.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/myclass/Class.html#wandleRefTypeAttributes2GenericAttributes()">wandleRefTypeAttributes2GenericAttributes()</a></span> - Method in class mycompiler.myclass.<a href="../mycompiler/myclass/Class.html" title="class in mycompiler.myclass">Class</a></dt>
|
||
<dd>
|
||
<div class="block">Alle Methoden der Klassen <20>berpr<70>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>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/myclass/Method.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>)</a></span> - Method in class mycompiler.myclass.<a href="../mycompiler/myclass/Method.html" title="class in mycompiler.myclass">Method</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/myinterface/Interface.html#wandleRefTypeAttributes2GenericAttributes()">wandleRefTypeAttributes2GenericAttributes()</a></span> - Method in class mycompiler.myinterface.<a href="../mycompiler/myinterface/Interface.html" title="class in mycompiler.myinterface">Interface</a></dt>
|
||
<dd>
|
||
<div class="block">Alle RefTypes, die hier im Interface definiert sind
|
||
bspw: E doSomething()
|
||
und eigentlich Generics sind werden zu generics gewandelt</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Assign.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Assign.html" title="class in mycompiler.mystatement">Assign</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Binary.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Binary.html" title="class in mycompiler.mystatement">Binary</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Block.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Block.html" title="class in mycompiler.mystatement">Block</a></dt>
|
||
<dd>
|
||
<div class="block">In allen lokalen Variablendeklarationen die "falschen" RefTypes ersetzen</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/BoolLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/BoolLiteral.html" title="class in mycompiler.mystatement">BoolLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/CastExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/CastExpr.html" title="class in mycompiler.mystatement">CastExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/CharLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/CharLiteral.html" title="class in mycompiler.mystatement">CharLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/DoubleLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/DoubleLiteral.html" title="class in mycompiler.mystatement">DoubleLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/EmptyStmt.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/EmptyStmt.html" title="class in mycompiler.mystatement">EmptyStmt</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/FloatLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/FloatLiteral.html" title="class in mycompiler.mystatement">FloatLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/ForStmt.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/ForStmt.html" title="class in mycompiler.mystatement">ForStmt</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/IfStmt.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/IfStmt.html" title="class in mycompiler.mystatement">IfStmt</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/InstanceOf.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/InstanceOf.html" title="class in mycompiler.mystatement">InstanceOf</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/InstVar.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/InstVar.html" title="class in mycompiler.mystatement">InstVar</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/IntLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/IntLiteral.html" title="class in mycompiler.mystatement">IntLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/LambdaExpression.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/LambdaExpression.html" title="class in mycompiler.mystatement">LambdaExpression</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/LocalOrFieldVar.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/LocalOrFieldVar.html" title="class in mycompiler.mystatement">LocalOrFieldVar</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/LocalVarDecl.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/LocalVarDecl.html" title="class in mycompiler.mystatement">LocalVarDecl</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/LongLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/LongLiteral.html" title="class in mycompiler.mystatement">LongLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/MethodCall.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/MethodCall.html" title="class in mycompiler.mystatement">MethodCall</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/NegativeExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/NegativeExpr.html" title="class in mycompiler.mystatement">NegativeExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/NewArray.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/NewArray.html" title="class in mycompiler.mystatement">NewArray</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/NewClass.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/NewClass.html" title="class in mycompiler.mystatement">NewClass</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/NotExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/NotExpr.html" title="class in mycompiler.mystatement">NotExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Null.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Null.html" title="class in mycompiler.mystatement">Null</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/PositivExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/PositivExpr.html" title="class in mycompiler.mystatement">PositivExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/PostDecExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/PostDecExpr.html" title="class in mycompiler.mystatement">PostDecExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/PostIncExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/PostIncExpr.html" title="class in mycompiler.mystatement">PostIncExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/PreDecExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/PreDecExpr.html" title="class in mycompiler.mystatement">PreDecExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/PreIncExpr.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/PreIncExpr.html" title="class in mycompiler.mystatement">PreIncExpr</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Return.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Return.html" title="class in mycompiler.mystatement">Return</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/Statement.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/Statement.html" title="class in mycompiler.mystatement">Statement</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/StringLiteral.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/StringLiteral.html" title="class in mycompiler.mystatement">StringLiteral</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/This.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/This.html" title="class in mycompiler.mystatement">This</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/WhileStmt.html#wandleRefTypeAttributes2GenericAttributes(de.dhbwstuttgart.typeinference.Menge, de.dhbwstuttgart.typeinference.Menge)">wandleRefTypeAttributes2GenericAttributes(Menge<Type>, Menge<GenericTypeVar>)</a></span> - Method in class mycompiler.mystatement.<a href="../mycompiler/mystatement/WhileStmt.html" title="class in mycompiler.mystatement">WhileStmt</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/myparser/JavaParser.html#WHILE">WHILE</a></span> - Static variable in class mycompiler.myparser.<a href="../mycompiler/myparser/JavaParser.html" title="class in mycompiler.myparser">JavaParser</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="../mycompiler/mystatement/WhileStmt.html" title="class in mycompiler.mystatement"><span class="strong">WhileStmt</span></a> - Class in <a href="../mycompiler/mystatement/package-summary.html">mycompiler.mystatement</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mystatement/WhileStmt.html#WhileStmt(int, int)">WhileStmt(int, int)</a></span> - Constructor for class mycompiler.mystatement.<a href="../mycompiler/mystatement/WhileStmt.html" title="class in mycompiler.mystatement">WhileStmt</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mybytecode/JVMCode.html#wide">wide</a></span> - Static variable in class mycompiler.mybytecode.<a href="../mycompiler/mybytecode/JVMCode.html" title="class in mycompiler.mybytecode">JVMCode</a></dt>
|
||
<dd> </dd>
|
||
<dt><a href="../mycompiler/mytype/WildcardType.html" title="class in mycompiler.mytype"><span class="strong">WildcardType</span></a> - Class in <a href="../mycompiler/mytype/package-summary.html">mycompiler.mytype</a></dt>
|
||
<dd>
|
||
<div class="block">Stellt eine Wildcard in Java dar.</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mytype/WildcardType.html#WildcardType(int)">WildcardType(int)</a></span> - Constructor for class mycompiler.mytype.<a href="../mycompiler/mytype/WildcardType.html" title="class in mycompiler.mytype">WildcardType</a></dt>
|
||
<dd>
|
||
<div class="block">Author: Arne L<>dtke<br/>
|
||
Standard Konstruktor f<>r eine Wildcard</div>
|
||
</dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mybytecode/ClassFile.html#writeByte(java.io.FileOutputStream, byte)">writeByte(FileOutputStream, byte)</a></span> - Method in class mycompiler.mybytecode.<a href="../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mybytecode/ClassFile.html#writeByteArray(java.io.FileOutputStream, byte[])">writeByteArray(FileOutputStream, byte[])</a></span> - Method in class mycompiler.mybytecode.<a href="../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mybytecode/ClassFile.html#writeInt(java.io.FileOutputStream, int)">writeInt(FileOutputStream, int)</a></span> - Method in class mycompiler.mybytecode.<a href="../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a></dt>
|
||
<dd> </dd>
|
||
<dt><span class="strong"><a href="../mycompiler/mybytecode/ClassFile.html#writeShort(java.io.FileOutputStream, short)">writeShort(FileOutputStream, short)</a></span> - Method in class mycompiler.mybytecode.<a href="../mycompiler/mybytecode/ClassFile.html" title="class in mycompiler.mybytecode">ClassFile</a></dt>
|
||
<dd> </dd>
|
||
</dl>
|
||
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">R</a> <a href="index-18.html">S</a> <a href="index-19.html">T</a> <a href="index-20.html">U</a> <a href="index-21.html">V</a> <a href="index-22.html">W</a> <a href="index-23.html">X</a> <a href="index-24.html">Y</a> </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>Package</li>
|
||
<li>Class</li>
|
||
<li>Use</li>
|
||
<li><a href="../overview-tree.html">Tree</a></li>
|
||
<li><a href="../deprecated-list.html">Deprecated</a></li>
|
||
<li class="navBarCell1Rev">Index</li>
|
||
<li><a href="../help-doc.html">Help</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="subNav">
|
||
<ul class="navList">
|
||
<li><a href="index-21.html">Prev Letter</a></li>
|
||
<li><a href="index-23.html">Next Letter</a></li>
|
||
</ul>
|
||
<ul class="navList">
|
||
<li><a href="../index.html?index-filesindex-22.html" target="_top">Frames</a></li>
|
||
<li><a href="index-22.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>
|