Eigene Entwicklung in StrucTypes DHBW-Branch kopiert und lauffähig gemacht. Antlr Parser auf 4.6 geupdatet

This commit is contained in:
sebastian 2017-04-19 13:46:04 +02:00
parent 3c165f79e4
commit 1c080df38c
432 changed files with 10622 additions and 9092 deletions

15
.idea/libraries/org_antlr_antlr4_4_6.xml generated Normal file
View File

@ -0,0 +1,15 @@
<component name="libraryTable">
<library name="org.antlr:antlr4:4.6" type="repository">
<properties maven-id="org.antlr:antlr4:4.6" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4/4.6/antlr4-4.6.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.6/antlr4-runtime-4.6.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/ST4/4.0.8/ST4-4.0.8.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>

6
.idea/misc.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/classes" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/JavaCompilerCore.iml" filepath="$PROJECT_DIR$/JavaCompilerCore.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

1217
.idea/workspace.xml generated Normal file

File diff suppressed because it is too large Load Diff

91
JavaCompilerCore.iml Normal file
View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="EclipseModuleManager">
<libelement value="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/guava-10.0.1.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/antlr-complete.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10-javadoc.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10-sources.jar!/" />
<libelement value="jar://$MODULE_DIR$/lib/reflections-0.9.10.jar!/" />
<src_description expected_position="0">
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
<src_folder value="file://$MODULE_DIR$/test" expected_position="1" />
</src_description>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/bin" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="bcel-6.1-SNAPSHOT.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/lib/bcel-6.1-SNAPSHOT-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="org.antlr:antlr4:4.6" level="project" />
<orderEntry type="module-library">
<library name="antlr-complete.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/antlr-complete.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10-javadoc.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10-javadoc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10-sources.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10-sources.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="reflections-0.9.10.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/reflections-0.9.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="junit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="inheritedJdk" />
<orderEntry type="module-library">
<library name="guava-10.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/guava-10.0.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

View File

@ -12,28 +12,28 @@
<h1 class="bar">All&nbsp;Classes</h1> <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer"> <div class="indexContainer">
<ul> <ul>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Abstract</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Abstract</a></li>
<li><a href="de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">AClassOrInterface</span></a></li> <li><a href="de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">AClassOrInterface</span></a></li>
<li><a href="plugindevelopment/TypeInsertTests/Add.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Add</a></li> <li><a href="plugindevelopment/TypeInsertTests/Add.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Add</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">AddOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">AddOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">AndOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">AndOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">ArgumentList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">ArgumentList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Assign</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Assign</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/Assumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">Assumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/Assumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">Assumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">BaseType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">BaseType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">BasicAssumptionClass</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">BasicAssumptionClass</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Binary</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Binary</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">BinaryExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">BinaryExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Block</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Block</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">BooleanType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">BooleanType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">BoolLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">BoolLiteral</a></li>
<li><a href="de/dhbwstuttgart/parser/BoundedClassIdentifierList.html" title="class in de.dhbwstuttgart.parser" target="classFrame">BoundedClassIdentifierList</a></li> <li><a href="de/dhbwstuttgart/parser/BoundedClassIdentifierList.html" title="class in de.dhbwstuttgart.parser" target="classFrame">BoundedClassIdentifierList</a></li>
<li><a href="plugindevelopment/TypeInsertTests/BoundedGenericsTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">BoundedGenericsTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/BoundedGenericsTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">BoundedGenericsTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">BoundedGenericTypeVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">BoundedGenericTypeVar</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CartesianProduct.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CartesianProduct</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CartesianProduct.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CartesianProduct</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">CastExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">CastExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">CharacterType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">CharacterType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">CharLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">CharLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Class</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Class</a></li>
<li><a href="de/dhbwstuttgart/parser/ClassAndParameter.html" title="class in de.dhbwstuttgart.parser" target="classFrame">ClassAndParameter</a></li> <li><a href="de/dhbwstuttgart/parser/ClassAndParameter.html" title="class in de.dhbwstuttgart.parser" target="classFrame">ClassAndParameter</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ClassAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ClassAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ClassAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ClassAssumption</a></li>
@ -47,7 +47,7 @@
<li><a href="de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">ConstraintType</a></li> <li><a href="de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">ConstraintType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Constructor.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Constructor</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Constructor.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Constructor</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ConstructorAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ConstructorAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ConstructorAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ConstructorAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">ConstructorCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">ConstructorCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ConstructorTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ConstructorTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ConstructorTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ConstructorTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CSubstitution.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CSubstitution</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CSubstitution.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CSubstitution</a></li>
@ -56,29 +56,29 @@
<li><a href="de/dhbwstuttgart/myexception/CTypeReconstructionException.html" title="class in de.dhbwstuttgart.myexception" target="classFrame">CTypeReconstructionException</a></li> <li><a href="de/dhbwstuttgart/myexception/CTypeReconstructionException.html" title="class in de.dhbwstuttgart.myexception" target="classFrame">CTypeReconstructionException</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CVectorSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CVectorSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CVectorSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">CVectorSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/DebugException.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">DebugException</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/DebugException.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">DebugException</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">DeclId</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">DeclId</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">DivideOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">DivideOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">DoubleLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">DoubleLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">DoubleType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">DoubleType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/EinzelElement.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">EinzelElement</a></li> <li><a href="de/dhbwstuttgart/typeinference/EinzelElement.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">EinzelElement</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">EmptyStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">EmptyStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">EqualOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">EqualOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ExceptionList.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ExceptionList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ExceptionList.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ExceptionList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Expr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Expr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">ExprStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">ExprStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ExtendsWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">ExtendsWildcardType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">FC_TTO</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">FC_TTO</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Field</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Field</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/FieldAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">FieldAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/FieldAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">FieldAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/FieldDeclaration.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">FieldDeclaration</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/FieldDeclaration.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">FieldDeclaration</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Final</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Final</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">FloatLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">FloatLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">FloatType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">FloatType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">FormalParameter</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">FormalParameter</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">ForStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">ForStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">FreshExtendsWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">FreshExtendsWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">FreshSuperWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">FreshSuperWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">FreshWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">FreshWildcardType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/FunN.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">FunN</a></li> <li><a href="de/dhbwstuttgart/typeinference/FunN.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">FunN</a></li>
<li><a href="plugindevelopment/TypeInsertTests/FunNInsertTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">FunNInsertTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/FunNInsertTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">FunNInsertTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/FunNInterface.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">FunNInterface</a></li> <li><a href="de/dhbwstuttgart/typeinference/FunNInterface.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">FunNInterface</a></li>
@ -91,7 +91,7 @@
<li><a href="de/dhbwstuttgart/JvmDisassembler/GenericsTest.html" title="class in de.dhbwstuttgart.JvmDisassembler" target="classFrame">GenericsTest</a></li> <li><a href="de/dhbwstuttgart/JvmDisassembler/GenericsTest.html" title="class in de.dhbwstuttgart.JvmDisassembler" target="classFrame">GenericsTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/GenericTypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">GenericTypeInsertable</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/GenericTypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">GenericTypeInsertable</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/GenericTypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">GenericTypeInsertPoint</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/GenericTypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">GenericTypeInsertPoint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">GenericTypeVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">GenericTypeVar</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericTypeVarTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericTypeVarTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericTypeVarTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericTypeVarTest2</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/GenericVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">GenericVarAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/GenericVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">GenericVarAssumption</a></li>
@ -104,29 +104,29 @@
<li><a href="plugindevelopment/TypeInsertTests/GenericVarTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericVarTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericVarTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericVarTest2</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericVarTest3.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericVarTest3</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericVarTest3.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenericVarTest3</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenTypeTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenTypeTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenTypeTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">GenTypeTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">GreaterEquOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">GreaterEquOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">GreaterOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">GreaterOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">GTVDeclarationContext</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">GTVDeclarationContext</a></li>
<li><a href="plugindevelopment/TypeInsertTests/Id.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Id</a></li> <li><a href="plugindevelopment/TypeInsertTests/Id.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Id</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">IfStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">IfStmt</a></li>
<li><a href="de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">IItemWithOffset</span></a></li> <li><a href="de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">IItemWithOffset</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/IMatchable.html" title="interface in de.dhbwstuttgart.syntaxtree.type" target="classFrame"><span class="interfaceName">IMatchable</span></a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/IMatchable.html" title="interface in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame"><span class="interfaceName">IMatchable</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ImportDeclarations.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ImportDeclarations</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ImportDeclarations.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ImportDeclarations</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportSubClassTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportSubClassTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportSubClassTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportSubClassTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ImportTest2</a></li>
<li><a href="plugindevelopment/InsertSingleTypeTest.html" title="class in plugindevelopment" target="classFrame">InsertSingleTypeTest</a></li> <li><a href="plugindevelopment/InsertSingleTypeTest.html" title="class in plugindevelopment" target="classFrame">InsertSingleTypeTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">InstanceOf</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">InstanceOf</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">InstVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">InstVar</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">IntegerType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">IntegerType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Interface.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Interface</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Interface.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Interface</a></li>
<li><a href="de/dhbwstuttgart/parser/InterfaceAndParameter.html" title="class in de.dhbwstuttgart.parser" target="classFrame">InterfaceAndParameter</a></li> <li><a href="de/dhbwstuttgart/parser/InterfaceAndParameter.html" title="class in de.dhbwstuttgart.parser" target="classFrame">InterfaceAndParameter</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/InterfaceBody.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">InterfaceBody</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/InterfaceBody.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">InterfaceBody</a></li>
<li><a href="de/dhbwstuttgart/parser/InterfaceList.html" title="class in de.dhbwstuttgart.parser" target="classFrame">InterfaceList</a></li> <li><a href="de/dhbwstuttgart/parser/InterfaceList.html" title="class in de.dhbwstuttgart.parser" target="classFrame">InterfaceList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">InterfaceModifier</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">InterfaceModifier</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">IntLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">IntLiteral</a></li>
<li><a href="plugindevelopment/TypeInsertTests/IntTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">IntTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/IntTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">IntTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ITypeContainer.html" title="interface in de.dhbwstuttgart.syntaxtree.type" target="classFrame"><span class="interfaceName">ITypeContainer</span></a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ITypeContainer.html" title="interface in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame"><span class="interfaceName">ITypeContainer</span></a></li>
<li><a href="de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser" target="classFrame">JavaClassName</a></li> <li><a href="de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser" target="classFrame">JavaClassName</a></li>
<li><a href="de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">JavaCodeResult</a></li> <li><a href="de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">JavaCodeResult</a></li>
<li><a href="de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser" target="classFrame">JavaLexer</a></li> <li><a href="de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser" target="classFrame">JavaLexer</a></li>
@ -139,8 +139,8 @@
<li><a href="KomplexeMenge/KarthesischesProduktTest.html" title="class in KomplexeMenge" target="classFrame">KarthesischesProduktTest</a></li> <li><a href="KomplexeMenge/KarthesischesProduktTest.html" title="class in KomplexeMenge" target="classFrame">KarthesischesProduktTest</a></li>
<li><a href="KomplexeMenge/KeineDoppeltenVerweise.html" title="class in KomplexeMenge" target="classFrame">KeineDoppeltenVerweise</a></li> <li><a href="KomplexeMenge/KeineDoppeltenVerweise.html" title="class in KomplexeMenge" target="classFrame">KeineDoppeltenVerweise</a></li>
<li><a href="de/dhbwstuttgart/typeinference/KomplexeMenge.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">KomplexeMenge</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/KomplexeMenge.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">KomplexeMenge</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LambdaExpression</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LambdaExpression</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LambdaParameter</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LambdaParameter</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest1.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest1</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest1.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest1</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest10.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest10</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest10.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest10</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest11.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest11</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest11.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest11</a></li>
@ -168,50 +168,50 @@
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest7.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest7</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest7.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest7</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest8.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest8</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest8.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest8</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest9.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest9</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest9.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">LambdaTest9</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">LessEquOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">LessEquOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">LessOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">LessOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Literal</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Literal</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LocalOrFieldVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LocalOrFieldVar</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/LocalVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">LocalVarAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/LocalVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">LocalVarAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LocalVarDecl</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LocalVarDecl</a></li>
<li><a href="de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger" target="classFrame">Logger</a></li> <li><a href="de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger" target="classFrame">Logger</a></li>
<li><a href="de/dhbwstuttgart/logger/LoggerConfiguration.html" title="class in de.dhbwstuttgart.logger" target="classFrame">LoggerConfiguration</a></li> <li><a href="de/dhbwstuttgart/logger/LoggerConfiguration.html" title="class in de.dhbwstuttgart.logger" target="classFrame">LoggerConfiguration</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">LogOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">LogOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LongLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LongLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">LongType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">LongType</a></li>
<li><a href="de/dhbwstuttgart/myexception/MatchException.html" title="class in de.dhbwstuttgart.myexception" target="classFrame">MatchException</a></li> <li><a href="de/dhbwstuttgart/myexception/MatchException.html" title="class in de.dhbwstuttgart.myexception" target="classFrame">MatchException</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/Matrix.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests" target="classFrame">Matrix</a></li> <li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/Matrix.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests" target="classFrame">Matrix</a></li>
<li><a href="plugindevelopment/TypeInsertTests/Matrix_simple.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Matrix_simple</a></li> <li><a href="plugindevelopment/TypeInsertTests/Matrix_simple.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">Matrix_simple</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">Menge</a></li> <li><a href="de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">Menge</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Method</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">Method</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/MethodAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">MethodAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/MethodAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">MethodAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">MethodCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">MethodCall</a></li>
<li><a href="plugindevelopment/MethodTypeInsertTest.html" title="class in plugindevelopment" target="classFrame">MethodTypeInsertTest</a></li> <li><a href="plugindevelopment/MethodTypeInsertTest.html" title="class in plugindevelopment" target="classFrame">MethodTypeInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">MinusOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">MinusOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Modifier</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Modifier</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Modifiers</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Modifiers</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">ModuloOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">ModuloOp</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">MUB</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">MUB</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">MulOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">MulOp</a></li>
<li><a href="plugindevelopment/TypeInsertTests/MultipleTypesInsertTester.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">MultipleTypesInsertTester</a></li> <li><a href="plugindevelopment/TypeInsertTests/MultipleTypesInsertTester.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">MultipleTypesInsertTester</a></li>
<li><a href="plugindevelopment/TypeInsertTests/MutlitpleTestCases.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">MutlitpleTestCases</a></li> <li><a href="plugindevelopment/TypeInsertTests/MutlitpleTestCases.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">MutlitpleTestCases</a></li>
<li><a href="de/dhbwstuttgart/core/MyCompiler.html" title="class in de.dhbwstuttgart.core" target="classFrame">MyCompiler</a></li> <li><a href="de/dhbwstuttgart/core/MyCompiler.html" title="class in de.dhbwstuttgart.core" target="classFrame">MyCompiler</a></li>
<li><a href="de/dhbwstuttgart/core/MyCompilerAPI.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">MyCompilerAPI</span></a></li> <li><a href="de/dhbwstuttgart/core/MyCompilerAPI.html" title="interface in de.dhbwstuttgart.core" target="classFrame"><span class="interfaceName">MyCompilerAPI</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">NegativeExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">NegativeExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">NewArray</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">NewArray</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">NewClass</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">NewClass</a></li>
<li><a href="syntaxTree/NodeEqualTest.html" title="class in syntaxTree" target="classFrame">NodeEqualTest</a></li> <li><a href="syntaxTree/NodeEqualTest.html" title="class in syntaxTree" target="classFrame">NodeEqualTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">NotEqualOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">NotEqualOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">NotExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">NotExpr</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/NotImplementedException.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">NotImplementedException</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/NotImplementedException.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">NotImplementedException</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Null</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Null</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ObjectType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">ObjectType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/OderConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">OderConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/OderConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">OderConstraint</a></li>
<li><a href="de/dhbwstuttgart/typeinference/OderMenge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">OderMenge</a></li> <li><a href="de/dhbwstuttgart/typeinference/OderMenge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">OderMenge</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OL.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OL</a></li> <li><a href="plugindevelopment/TypeInsertTests/OL.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OL</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">Operator</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">Operator</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OperatorTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OperatorTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/OperatorTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OperatorTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">OrOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">OrOp</a></li>
<li><a href="de/dhbwstuttgart/logger/OutputHandler.html" title="class in de.dhbwstuttgart.logger" target="classFrame">OutputHandler</a></li> <li><a href="de/dhbwstuttgart/logger/OutputHandler.html" title="class in de.dhbwstuttgart.logger" target="classFrame">OutputHandler</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OverloadingExample.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OverloadingExample</a></li> <li><a href="plugindevelopment/TypeInsertTests/OverloadingExample.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OverloadingExample</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OverloadingInMethod.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OverloadingInMethod</a></li> <li><a href="plugindevelopment/TypeInsertTests/OverloadingInMethod.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">OverloadingInMethod</a></li>
@ -222,29 +222,29 @@
<li><a href="de/dhbwstuttgart/parser/PackageName.html" title="class in de.dhbwstuttgart.parser" target="classFrame">PackageName</a></li> <li><a href="de/dhbwstuttgart/parser/PackageName.html" title="class in de.dhbwstuttgart.parser" target="classFrame">PackageName</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">Pair</a></li> <li><a href="de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">Pair</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Pair.PairOperator.html" title="enum in de.dhbwstuttgart.typeinference" target="classFrame">Pair.PairOperator</a></li> <li><a href="de/dhbwstuttgart/typeinference/Pair.PairOperator.html" title="enum in de.dhbwstuttgart.typeinference" target="classFrame">Pair.PairOperator</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ParaList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">ParaList</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/ParallelConstraintSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">ParallelConstraintSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/ParallelConstraintSet.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">ParallelConstraintSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/ParallelUnify.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">ParallelUnify</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/ParallelUnify.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">ParallelUnify</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ParameterAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ParameterAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ParameterAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">ParameterAssumption</a></li>
<li><a href="plugindevelopment/ParameterInsertTest.html" title="class in plugindevelopment" target="classFrame">ParameterInsertTest</a></li> <li><a href="plugindevelopment/ParameterInsertTest.html" title="class in plugindevelopment" target="classFrame">ParameterInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ParameterList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">ParameterList</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/ParserError.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">ParserError</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/ParserError.html" title="class in de.dhbwstuttgart.exceptions" target="classFrame">ParserError</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">PlusOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">PlusOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">PositivExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PositivExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">PostDecExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PostDecExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">PostIncExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PostIncExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">PreDecExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PreDecExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">PreIncExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PreIncExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Private</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Private</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Protected</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Protected</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Public</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Public</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Receiver</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Receiver</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">RefType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">RefType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">RelOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">RelOp</a></li>
<li><a href="plugindevelopment/TypeInsertTests/RelOpTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">RelOpTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/RelOpTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">RelOpTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">ResultSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">ResultSet</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Return</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Return</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ReturnType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">ReturnType</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ReursiveTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ReursiveTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ReursiveTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ReursiveTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ReursiveTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ReursiveTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/ReursiveTest2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ReursiveTest2</a></li>
<li><a href="de/dhbwstuttgart/parser/Scanner.html" title="class in de.dhbwstuttgart.parser" target="classFrame">Scanner</a></li> <li><a href="de/dhbwstuttgart/parser/Scanner.html" title="class in de.dhbwstuttgart.parser" target="classFrame">Scanner</a></li>
@ -259,25 +259,25 @@
<li><a href="de/dhbwstuttgart/typeinference/SingleConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">SingleConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/SingleConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">SingleConstraint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">SourceFile</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">SourceFile</a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/SourcePatchPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">SourcePatchPoint</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/SourcePatchPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">SourcePatchPoint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Statement</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Statement</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Static</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Static</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">Status</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">Status</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">StringLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">StringLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier" target="classFrame">Super</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Super</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">SuperCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">SuperCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/SuperTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">SuperTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/SuperTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">SuperTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">SuperWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">SuperWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">SyntaxTreeNode</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree" target="classFrame">SyntaxTreeNode</a></li>
<li><a href="plugindevelopment/SyntaxTreeTests.html" title="class in plugindevelopment" target="classFrame">SyntaxTreeTests</a></li> <li><a href="plugindevelopment/SyntaxTreeTests.html" title="class in plugindevelopment" target="classFrame">SyntaxTreeTests</a></li>
<li><a href="plugindevelopment/MartinTestCases/Tester.html" title="class in plugindevelopment.MartinTestCases" target="classFrame">Tester</a></li> <li><a href="plugindevelopment/MartinTestCases/Tester.html" title="class in plugindevelopment.MartinTestCases" target="classFrame">Tester</a></li>
<li><a href="KomplexeMenge/TestKlasse.html" title="class in KomplexeMenge" target="classFrame">TestKlasse</a></li> <li><a href="KomplexeMenge/TestKlasse.html" title="class in KomplexeMenge" target="classFrame">TestKlasse</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">This</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">This</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">ThisCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">ThisCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ThisTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ThisTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ThisTest.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">ThisTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">TimesOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">TimesOp</a></li>
<li><a href="de/dhbwstuttgart/typeinference/TIPConstraints.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">TIPConstraints</a></li> <li><a href="de/dhbwstuttgart/typeinference/TIPConstraints.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">TIPConstraints</a></li>
<li><a href="de/dhbwstuttgart/parser/Token.html" title="class in de.dhbwstuttgart.parser" target="classFrame">Token</a></li> <li><a href="de/dhbwstuttgart/parser/Token.html" title="class in de.dhbwstuttgart.parser" target="classFrame">Token</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">Type</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">Type</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">Typeable</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference" target="classFrame"><span class="interfaceName">Typeable</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">TypeAssumptions</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions" target="classFrame">TypeAssumptions</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/TypedMatrixSimpleTest.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests" target="classFrame">TypedMatrixSimpleTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/TypedMatrixSimpleTest.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests" target="classFrame">TypedMatrixSimpleTest</a></li>
@ -289,24 +289,24 @@
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypeInsertSet.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">TypeInsertSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypeInsertSet.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">TypeInsertSet</a></li>
<li><a href="plugindevelopment/TypeInsertTester.html" title="class in plugindevelopment" target="classFrame">TypeInsertTester</a></li> <li><a href="plugindevelopment/TypeInsertTester.html" title="class in plugindevelopment" target="classFrame">TypeInsertTester</a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypePatchJob.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">TypePatchJob</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypePatchJob.html" title="class in de.dhbwstuttgart.typeinference.typedeployment" target="classFrame">TypePatchJob</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">TypePlaceholder</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">TypePlaceholder</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">UnaryExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryMinus.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">UnaryMinus</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryMinus.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryMinus</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryNot.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">UnaryNot</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryNot.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryNot</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryPlus.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">UnaryPlus</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryPlus.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryPlus</a></li>
<li><a href="de/dhbwstuttgart/typeinference/UndConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">UndConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/UndConstraint.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">UndConstraint</a></li>
<li><a href="de/dhbwstuttgart/typeinference/UndMenge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">UndMenge</a></li> <li><a href="de/dhbwstuttgart/typeinference/UndMenge.html" title="class in de.dhbwstuttgart.typeinference" target="classFrame">UndMenge</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/Unifier.html" title="interface in de.dhbwstuttgart.typeinference.unify" target="classFrame"><span class="interfaceName">Unifier</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/Unifier.html" title="interface in de.dhbwstuttgart.typeinference.unify" target="classFrame"><span class="interfaceName">Unifier</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/Unify.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">Unify</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/Unify.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">Unify</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/UnifyResult.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">UnifyResult</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/UnifyResult.html" title="class in de.dhbwstuttgart.typeinference.unify" target="classFrame">UnifyResult</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">UsedId</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UsedId</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">UserDef</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UserDef</a></li>
<li><a href="plugindevelopment/VariableTypeInsertTest.html" title="class in plugindevelopment" target="classFrame">VariableTypeInsertTest</a></li> <li><a href="plugindevelopment/VariableTypeInsertTest.html" title="class in plugindevelopment" target="classFrame">VariableTypeInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">Void</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">Void</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">WhileStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">WhileStmt</a></li>
<li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">WildcardTestForLambda</a></li> <li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">WildcardTestForLambda</a></li>
<li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">WildcardTestForLambda2</a></li> <li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda2.html" title="class in plugindevelopment.TypeInsertTests" target="classFrame">WildcardTestForLambda2</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">WildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">WildcardType</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck0.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck0</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck0.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck0</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck1.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck1</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck1.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck1</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck2.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck2</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck2.html" title="class in de.dhbwstuttgart.parser" target="classFrame">yyCheck2</a></li>

View File

@ -12,28 +12,28 @@
<h1 class="bar">All&nbsp;Classes</h1> <h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer"> <div class="indexContainer">
<ul> <ul>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Abstract</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Abstract</a></li>
<li><a href="de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">AClassOrInterface</span></a></li> <li><a href="de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">AClassOrInterface</span></a></li>
<li><a href="plugindevelopment/TypeInsertTests/Add.html" title="class in plugindevelopment.TypeInsertTests">Add</a></li> <li><a href="plugindevelopment/TypeInsertTests/Add.html" title="class in plugindevelopment.TypeInsertTests">Add</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AddOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AddOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AndOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AndOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Assign</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Assign</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/Assumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">Assumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/Assumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">Assumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BaseType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BaseType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html" title="class in de.dhbwstuttgart.syntaxtree">BasicAssumptionClass</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html" title="class in de.dhbwstuttgart.syntaxtree">BasicAssumptionClass</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Binary</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Binary</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BinaryExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BinaryExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BooleanType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BooleanType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BoolLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BoolLiteral</a></li>
<li><a href="de/dhbwstuttgart/parser/BoundedClassIdentifierList.html" title="class in de.dhbwstuttgart.parser">BoundedClassIdentifierList</a></li> <li><a href="de/dhbwstuttgart/parser/BoundedClassIdentifierList.html" title="class in de.dhbwstuttgart.parser">BoundedClassIdentifierList</a></li>
<li><a href="plugindevelopment/TypeInsertTests/BoundedGenericsTest.html" title="class in plugindevelopment.TypeInsertTests">BoundedGenericsTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/BoundedGenericsTest.html" title="class in plugindevelopment.TypeInsertTests">BoundedGenericsTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">BoundedGenericTypeVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BoundedGenericTypeVar</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CartesianProduct.html" title="class in de.dhbwstuttgart.typeinference.unify">CartesianProduct</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CartesianProduct.html" title="class in de.dhbwstuttgart.typeinference.unify">CartesianProduct</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CastExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CastExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.syntaxtree.type">CharacterType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">CharacterType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CharLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CharLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a></li>
<li><a href="de/dhbwstuttgart/parser/ClassAndParameter.html" title="class in de.dhbwstuttgart.parser">ClassAndParameter</a></li> <li><a href="de/dhbwstuttgart/parser/ClassAndParameter.html" title="class in de.dhbwstuttgart.parser">ClassAndParameter</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ClassAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ClassAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ClassAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ClassAssumption</a></li>
@ -47,7 +47,7 @@
<li><a href="de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference">ConstraintType</a></li> <li><a href="de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference">ConstraintType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Constructor.html" title="class in de.dhbwstuttgart.syntaxtree">Constructor</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Constructor.html" title="class in de.dhbwstuttgart.syntaxtree">Constructor</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ConstructorAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ConstructorAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ConstructorAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ConstructorAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">ConstructorCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">ConstructorCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ConstructorTest.html" title="class in plugindevelopment.TypeInsertTests">ConstructorTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ConstructorTest.html" title="class in plugindevelopment.TypeInsertTests">ConstructorTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CSet.html" title="class in de.dhbwstuttgart.typeinference.unify">CSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CSet.html" title="class in de.dhbwstuttgart.typeinference.unify">CSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CSubstitution.html" title="class in de.dhbwstuttgart.typeinference.unify">CSubstitution</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CSubstitution.html" title="class in de.dhbwstuttgart.typeinference.unify">CSubstitution</a></li>
@ -56,29 +56,29 @@
<li><a href="de/dhbwstuttgart/myexception/CTypeReconstructionException.html" title="class in de.dhbwstuttgart.myexception">CTypeReconstructionException</a></li> <li><a href="de/dhbwstuttgart/myexception/CTypeReconstructionException.html" title="class in de.dhbwstuttgart.myexception">CTypeReconstructionException</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/CVectorSet.html" title="class in de.dhbwstuttgart.typeinference.unify">CVectorSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/CVectorSet.html" title="class in de.dhbwstuttgart.typeinference.unify">CVectorSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/DebugException.html" title="class in de.dhbwstuttgart.exceptions">DebugException</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/DebugException.html" title="class in de.dhbwstuttgart.exceptions">DebugException</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">DivideOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">DivideOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">DoubleLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">DoubleLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.syntaxtree.type">DoubleType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">DoubleType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/EinzelElement.html" title="class in de.dhbwstuttgart.typeinference">EinzelElement</a></li> <li><a href="de/dhbwstuttgart/typeinference/EinzelElement.html" title="class in de.dhbwstuttgart.typeinference">EinzelElement</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">EmptyStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">EmptyStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">EqualOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">EqualOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ExceptionList.html" title="class in de.dhbwstuttgart.syntaxtree">ExceptionList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ExceptionList.html" title="class in de.dhbwstuttgart.syntaxtree">ExceptionList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ExtendsWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ExtendsWildcardType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">Field</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">Field</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/FieldAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">FieldAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/FieldAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">FieldAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/FieldDeclaration.html" title="class in de.dhbwstuttgart.syntaxtree">FieldDeclaration</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/FieldDeclaration.html" title="class in de.dhbwstuttgart.syntaxtree">FieldDeclaration</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Final</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Final</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">FloatLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">FloatLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FloatType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FloatType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ForStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ForStmt</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshExtendsWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshExtendsWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshSuperWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshSuperWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshWildcardType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/FunN.html" title="class in de.dhbwstuttgart.typeinference">FunN</a></li> <li><a href="de/dhbwstuttgart/typeinference/FunN.html" title="class in de.dhbwstuttgart.typeinference">FunN</a></li>
<li><a href="plugindevelopment/TypeInsertTests/FunNInsertTest.html" title="class in plugindevelopment.TypeInsertTests">FunNInsertTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/FunNInsertTest.html" title="class in plugindevelopment.TypeInsertTests">FunNInsertTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/FunNInterface.html" title="class in de.dhbwstuttgart.typeinference">FunNInterface</a></li> <li><a href="de/dhbwstuttgart/typeinference/FunNInterface.html" title="class in de.dhbwstuttgart.typeinference">FunNInterface</a></li>
@ -91,7 +91,7 @@
<li><a href="de/dhbwstuttgart/JvmDisassembler/GenericsTest.html" title="class in de.dhbwstuttgart.JvmDisassembler">GenericsTest</a></li> <li><a href="de/dhbwstuttgart/JvmDisassembler/GenericsTest.html" title="class in de.dhbwstuttgart.JvmDisassembler">GenericsTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/GenericTypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">GenericTypeInsertable</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/GenericTypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">GenericTypeInsertable</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/GenericTypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">GenericTypeInsertPoint</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/GenericTypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">GenericTypeInsertPoint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest.html" title="class in plugindevelopment.TypeInsertTests">GenericTypeVarTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest.html" title="class in plugindevelopment.TypeInsertTests">GenericTypeVarTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest2.html" title="class in plugindevelopment.TypeInsertTests">GenericTypeVarTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericTypeVarTest2.html" title="class in plugindevelopment.TypeInsertTests">GenericTypeVarTest2</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/GenericVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">GenericVarAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/GenericVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">GenericVarAssumption</a></li>
@ -104,29 +104,29 @@
<li><a href="plugindevelopment/TypeInsertTests/GenericVarTest2.html" title="class in plugindevelopment.TypeInsertTests">GenericVarTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericVarTest2.html" title="class in plugindevelopment.TypeInsertTests">GenericVarTest2</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenericVarTest3.html" title="class in plugindevelopment.TypeInsertTests">GenericVarTest3</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenericVarTest3.html" title="class in plugindevelopment.TypeInsertTests">GenericVarTest3</a></li>
<li><a href="plugindevelopment/TypeInsertTests/GenTypeTest.html" title="class in plugindevelopment.TypeInsertTests">GenTypeTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/GenTypeTest.html" title="class in plugindevelopment.TypeInsertTests">GenTypeTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterEquOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterEquOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a></li>
<li><a href="plugindevelopment/TypeInsertTests/Id.html" title="class in plugindevelopment.TypeInsertTests">Id</a></li> <li><a href="plugindevelopment/TypeInsertTests/Id.html" title="class in plugindevelopment.TypeInsertTests">Id</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IfStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IfStmt</a></li>
<li><a href="de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">IItemWithOffset</span></a></li> <li><a href="de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">IItemWithOffset</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/IMatchable.html" title="interface in de.dhbwstuttgart.syntaxtree.type"><span class="interfaceName">IMatchable</span></a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/IMatchable.html" title="interface in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type"><span class="interfaceName">IMatchable</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ImportDeclarations.html" title="class in de.dhbwstuttgart.syntaxtree">ImportDeclarations</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ImportDeclarations.html" title="class in de.dhbwstuttgart.syntaxtree">ImportDeclarations</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportSubClassTest.html" title="class in plugindevelopment.TypeInsertTests">ImportSubClassTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportSubClassTest.html" title="class in plugindevelopment.TypeInsertTests">ImportSubClassTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportTest.html" title="class in plugindevelopment.TypeInsertTests">ImportTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportTest.html" title="class in plugindevelopment.TypeInsertTests">ImportTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ImportTest2.html" title="class in plugindevelopment.TypeInsertTests">ImportTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/ImportTest2.html" title="class in plugindevelopment.TypeInsertTests">ImportTest2</a></li>
<li><a href="plugindevelopment/InsertSingleTypeTest.html" title="class in plugindevelopment">InsertSingleTypeTest</a></li> <li><a href="plugindevelopment/InsertSingleTypeTest.html" title="class in plugindevelopment">InsertSingleTypeTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstanceOf</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstanceOf</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstVar</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.syntaxtree.type">IntegerType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">IntegerType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Interface.html" title="class in de.dhbwstuttgart.syntaxtree">Interface</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Interface.html" title="class in de.dhbwstuttgart.syntaxtree">Interface</a></li>
<li><a href="de/dhbwstuttgart/parser/InterfaceAndParameter.html" title="class in de.dhbwstuttgart.parser">InterfaceAndParameter</a></li> <li><a href="de/dhbwstuttgart/parser/InterfaceAndParameter.html" title="class in de.dhbwstuttgart.parser">InterfaceAndParameter</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/InterfaceBody.html" title="class in de.dhbwstuttgart.syntaxtree">InterfaceBody</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/InterfaceBody.html" title="class in de.dhbwstuttgart.syntaxtree">InterfaceBody</a></li>
<li><a href="de/dhbwstuttgart/parser/InterfaceList.html" title="class in de.dhbwstuttgart.parser">InterfaceList</a></li> <li><a href="de/dhbwstuttgart/parser/InterfaceList.html" title="class in de.dhbwstuttgart.parser">InterfaceList</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">InterfaceModifier</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">InterfaceModifier</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IntLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IntLiteral</a></li>
<li><a href="plugindevelopment/TypeInsertTests/IntTest.html" title="class in plugindevelopment.TypeInsertTests">IntTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/IntTest.html" title="class in plugindevelopment.TypeInsertTests">IntTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ITypeContainer.html" title="interface in de.dhbwstuttgart.syntaxtree.type"><span class="interfaceName">ITypeContainer</span></a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ITypeContainer.html" title="interface in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type"><span class="interfaceName">ITypeContainer</span></a></li>
<li><a href="de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></li> <li><a href="de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></li>
<li><a href="de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a></li> <li><a href="de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a></li>
<li><a href="de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser">JavaLexer</a></li> <li><a href="de/dhbwstuttgart/parser/JavaLexer.html" title="class in de.dhbwstuttgart.parser">JavaLexer</a></li>
@ -139,8 +139,8 @@
<li><a href="KomplexeMenge/KarthesischesProduktTest.html" title="class in KomplexeMenge">KarthesischesProduktTest</a></li> <li><a href="KomplexeMenge/KarthesischesProduktTest.html" title="class in KomplexeMenge">KarthesischesProduktTest</a></li>
<li><a href="KomplexeMenge/KeineDoppeltenVerweise.html" title="class in KomplexeMenge">KeineDoppeltenVerweise</a></li> <li><a href="KomplexeMenge/KeineDoppeltenVerweise.html" title="class in KomplexeMenge">KeineDoppeltenVerweise</a></li>
<li><a href="de/dhbwstuttgart/typeinference/KomplexeMenge.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">KomplexeMenge</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/KomplexeMenge.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">KomplexeMenge</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaExpression</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaExpression</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaParameter</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest1.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest1</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest1.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest1</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest10.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest10</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest10.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest10</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest11.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest11</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest11.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest11</a></li>
@ -168,50 +168,50 @@
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest7.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest7</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest7.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest7</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest8.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest8</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest8.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest8</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LambdaTest9.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest9</a></li> <li><a href="plugindevelopment/TypeInsertTests/LambdaTest9.html" title="class in plugindevelopment.TypeInsertTests">LambdaTest9</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessEquOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessEquOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Literal</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Literal</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalOrFieldVar</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalOrFieldVar</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/LocalVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">LocalVarAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/LocalVarAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">LocalVarAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalVarDecl</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalVarDecl</a></li>
<li><a href="de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></li> <li><a href="de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></li>
<li><a href="de/dhbwstuttgart/logger/LoggerConfiguration.html" title="class in de.dhbwstuttgart.logger">LoggerConfiguration</a></li> <li><a href="de/dhbwstuttgart/logger/LoggerConfiguration.html" title="class in de.dhbwstuttgart.logger">LoggerConfiguration</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LogOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LogOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LongLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LongLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.syntaxtree.type">LongType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">LongType</a></li>
<li><a href="de/dhbwstuttgart/myexception/MatchException.html" title="class in de.dhbwstuttgart.myexception">MatchException</a></li> <li><a href="de/dhbwstuttgart/myexception/MatchException.html" title="class in de.dhbwstuttgart.myexception">MatchException</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/Matrix.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests">Matrix</a></li> <li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/Matrix.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests">Matrix</a></li>
<li><a href="plugindevelopment/TypeInsertTests/Matrix_simple.html" title="class in plugindevelopment.TypeInsertTests">Matrix_simple</a></li> <li><a href="plugindevelopment/TypeInsertTests/Matrix_simple.html" title="class in plugindevelopment.TypeInsertTests">Matrix_simple</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a></li> <li><a href="de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/MethodAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">MethodAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/MethodAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">MethodAssumption</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></li>
<li><a href="plugindevelopment/MethodTypeInsertTest.html" title="class in plugindevelopment">MethodTypeInsertTest</a></li> <li><a href="plugindevelopment/MethodTypeInsertTest.html" title="class in plugindevelopment">MethodTypeInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MinusOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MinusOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">ModuloOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">ModuloOp</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify">MUB</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify">MUB</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MulOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MulOp</a></li>
<li><a href="plugindevelopment/TypeInsertTests/MultipleTypesInsertTester.html" title="class in plugindevelopment.TypeInsertTests">MultipleTypesInsertTester</a></li> <li><a href="plugindevelopment/TypeInsertTests/MultipleTypesInsertTester.html" title="class in plugindevelopment.TypeInsertTests">MultipleTypesInsertTester</a></li>
<li><a href="plugindevelopment/TypeInsertTests/MutlitpleTestCases.html" title="class in plugindevelopment.TypeInsertTests">MutlitpleTestCases</a></li> <li><a href="plugindevelopment/TypeInsertTests/MutlitpleTestCases.html" title="class in plugindevelopment.TypeInsertTests">MutlitpleTestCases</a></li>
<li><a href="de/dhbwstuttgart/core/MyCompiler.html" title="class in de.dhbwstuttgart.core">MyCompiler</a></li> <li><a href="de/dhbwstuttgart/core/MyCompiler.html" title="class in de.dhbwstuttgart.core">MyCompiler</a></li>
<li><a href="de/dhbwstuttgart/core/MyCompilerAPI.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">MyCompilerAPI</span></a></li> <li><a href="de/dhbwstuttgart/core/MyCompilerAPI.html" title="interface in de.dhbwstuttgart.core"><span class="interfaceName">MyCompilerAPI</span></a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NegativeExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NegativeExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewArray</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewArray</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewClass</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewClass</a></li>
<li><a href="syntaxTree/NodeEqualTest.html" title="class in syntaxTree">NodeEqualTest</a></li> <li><a href="syntaxTree/NodeEqualTest.html" title="class in syntaxTree">NodeEqualTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">NotEqualOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">NotEqualOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NotExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NotExpr</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/NotImplementedException.html" title="class in de.dhbwstuttgart.exceptions">NotImplementedException</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/NotImplementedException.html" title="class in de.dhbwstuttgart.exceptions">NotImplementedException</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Null</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Null</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a></li>
<li><a href="de/dhbwstuttgart/typeinference/OderConstraint.html" title="class in de.dhbwstuttgart.typeinference">OderConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/OderConstraint.html" title="class in de.dhbwstuttgart.typeinference">OderConstraint</a></li>
<li><a href="de/dhbwstuttgart/typeinference/OderMenge.html" title="class in de.dhbwstuttgart.typeinference">OderMenge</a></li> <li><a href="de/dhbwstuttgart/typeinference/OderMenge.html" title="class in de.dhbwstuttgart.typeinference">OderMenge</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OL.html" title="class in plugindevelopment.TypeInsertTests">OL</a></li> <li><a href="plugindevelopment/TypeInsertTests/OL.html" title="class in plugindevelopment.TypeInsertTests">OL</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.syntaxtree.operator">Operator</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">Operator</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OperatorTest.html" title="class in plugindevelopment.TypeInsertTests">OperatorTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/OperatorTest.html" title="class in plugindevelopment.TypeInsertTests">OperatorTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">OrOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">OrOp</a></li>
<li><a href="de/dhbwstuttgart/logger/OutputHandler.html" title="class in de.dhbwstuttgart.logger">OutputHandler</a></li> <li><a href="de/dhbwstuttgart/logger/OutputHandler.html" title="class in de.dhbwstuttgart.logger">OutputHandler</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OverloadingExample.html" title="class in plugindevelopment.TypeInsertTests">OverloadingExample</a></li> <li><a href="plugindevelopment/TypeInsertTests/OverloadingExample.html" title="class in plugindevelopment.TypeInsertTests">OverloadingExample</a></li>
<li><a href="plugindevelopment/TypeInsertTests/OverloadingInMethod.html" title="class in plugindevelopment.TypeInsertTests">OverloadingInMethod</a></li> <li><a href="plugindevelopment/TypeInsertTests/OverloadingInMethod.html" title="class in plugindevelopment.TypeInsertTests">OverloadingInMethod</a></li>
@ -222,29 +222,29 @@
<li><a href="de/dhbwstuttgart/parser/PackageName.html" title="class in de.dhbwstuttgart.parser">PackageName</a></li> <li><a href="de/dhbwstuttgart/parser/PackageName.html" title="class in de.dhbwstuttgart.parser">PackageName</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></li> <li><a href="de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Pair.PairOperator.html" title="enum in de.dhbwstuttgart.typeinference">Pair.PairOperator</a></li> <li><a href="de/dhbwstuttgart/typeinference/Pair.PairOperator.html" title="enum in de.dhbwstuttgart.typeinference">Pair.PairOperator</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/ParallelConstraintSet.html" title="class in de.dhbwstuttgart.typeinference.unify">ParallelConstraintSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/ParallelConstraintSet.html" title="class in de.dhbwstuttgart.typeinference.unify">ParallelConstraintSet</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/ParallelUnify.html" title="class in de.dhbwstuttgart.typeinference.unify">ParallelUnify</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/ParallelUnify.html" title="class in de.dhbwstuttgart.typeinference.unify">ParallelUnify</a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/ParameterAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ParameterAssumption</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/ParameterAssumption.html" title="class in de.dhbwstuttgart.typeinference.assumptions">ParameterAssumption</a></li>
<li><a href="plugindevelopment/ParameterInsertTest.html" title="class in plugindevelopment">ParameterInsertTest</a></li> <li><a href="plugindevelopment/ParameterInsertTest.html" title="class in plugindevelopment">ParameterInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></li>
<li><a href="de/dhbwstuttgart/typeinference/exceptions/ParserError.html" title="class in de.dhbwstuttgart.exceptions">ParserError</a></li> <li><a href="de/dhbwstuttgart/typeinference/exceptions/ParserError.html" title="class in de.dhbwstuttgart.exceptions">ParserError</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">PlusOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">PlusOp</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PositivExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PositivExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostDecExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostDecExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostIncExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostIncExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreDecExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreDecExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreIncExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreIncExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Private</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Private</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Protected</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Protected</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Public</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Public</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Receiver</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Receiver</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">RelOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">RelOp</a></li>
<li><a href="plugindevelopment/TypeInsertTests/RelOpTest.html" title="class in plugindevelopment.TypeInsertTests">RelOpTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/RelOpTest.html" title="class in plugindevelopment.TypeInsertTests">RelOpTest</a></li>
<li><a href="de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Return</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Return</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ReturnType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ReturnType</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ReursiveTest.html" title="class in plugindevelopment.TypeInsertTests">ReursiveTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ReursiveTest.html" title="class in plugindevelopment.TypeInsertTests">ReursiveTest</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ReursiveTest2.html" title="class in plugindevelopment.TypeInsertTests">ReursiveTest2</a></li> <li><a href="plugindevelopment/TypeInsertTests/ReursiveTest2.html" title="class in plugindevelopment.TypeInsertTests">ReursiveTest2</a></li>
<li><a href="de/dhbwstuttgart/parser/Scanner.html" title="class in de.dhbwstuttgart.parser">Scanner</a></li> <li><a href="de/dhbwstuttgart/parser/Scanner.html" title="class in de.dhbwstuttgart.parser">Scanner</a></li>
@ -259,25 +259,25 @@
<li><a href="de/dhbwstuttgart/typeinference/SingleConstraint.html" title="class in de.dhbwstuttgart.typeinference">SingleConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/SingleConstraint.html" title="class in de.dhbwstuttgart.typeinference">SingleConstraint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree">SourceFile</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree">SourceFile</a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/SourcePatchPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">SourcePatchPoint</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/SourcePatchPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">SourcePatchPoint</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Static</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Static</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">StringLiteral</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">StringLiteral</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Super</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Super</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">SuperCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">SuperCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/SuperTest.html" title="class in plugindevelopment.TypeInsertTests">SuperTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/SuperTest.html" title="class in plugindevelopment.TypeInsertTests">SuperTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">SuperWildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">SuperWildcardType</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></li>
<li><a href="plugindevelopment/SyntaxTreeTests.html" title="class in plugindevelopment">SyntaxTreeTests</a></li> <li><a href="plugindevelopment/SyntaxTreeTests.html" title="class in plugindevelopment">SyntaxTreeTests</a></li>
<li><a href="plugindevelopment/MartinTestCases/Tester.html" title="class in plugindevelopment.MartinTestCases">Tester</a></li> <li><a href="plugindevelopment/MartinTestCases/Tester.html" title="class in plugindevelopment.MartinTestCases">Tester</a></li>
<li><a href="KomplexeMenge/TestKlasse.html" title="class in KomplexeMenge">TestKlasse</a></li> <li><a href="KomplexeMenge/TestKlasse.html" title="class in KomplexeMenge">TestKlasse</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.syntaxtree.statement">This</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">This</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ThisCall</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ThisCall</a></li>
<li><a href="plugindevelopment/TypeInsertTests/ThisTest.html" title="class in plugindevelopment.TypeInsertTests">ThisTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/ThisTest.html" title="class in plugindevelopment.TypeInsertTests">ThisTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">TimesOp</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">TimesOp</a></li>
<li><a href="de/dhbwstuttgart/typeinference/TIPConstraints.html" title="class in de.dhbwstuttgart.typeinference">TIPConstraints</a></li> <li><a href="de/dhbwstuttgart/typeinference/TIPConstraints.html" title="class in de.dhbwstuttgart.typeinference">TIPConstraints</a></li>
<li><a href="de/dhbwstuttgart/parser/Token.html" title="class in de.dhbwstuttgart.parser">Token</a></li> <li><a href="de/dhbwstuttgart/parser/Token.html" title="class in de.dhbwstuttgart.parser">Token</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></li>
<li><a href="de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">Typeable</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference"><span class="interfaceName">Typeable</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></li> <li><a href="de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></li>
<li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/TypedMatrixSimpleTest.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests">TypedMatrixSimpleTest</a></li> <li><a href="plugindevelopment/TypeInsertTests/LargeSourceCodeTests/TypedMatrixSimpleTest.html" title="class in plugindevelopment.TypeInsertTests.LargeSourceCodeTests">TypedMatrixSimpleTest</a></li>
@ -289,24 +289,24 @@
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypeInsertSet.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertSet</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypeInsertSet.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertSet</a></li>
<li><a href="plugindevelopment/TypeInsertTester.html" title="class in plugindevelopment">TypeInsertTester</a></li> <li><a href="plugindevelopment/TypeInsertTester.html" title="class in plugindevelopment">TypeInsertTester</a></li>
<li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypePatchJob.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypePatchJob</a></li> <li><a href="de/dhbwstuttgart/typeinference/typedeployment/TypePatchJob.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypePatchJob</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryExpr</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryExpr</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryMinus.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryMinus</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryMinus.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryMinus</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryNot.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryNot</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryNot.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryNot</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryPlus.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryPlus</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/UnaryPlus.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryPlus</a></li>
<li><a href="de/dhbwstuttgart/typeinference/UndConstraint.html" title="class in de.dhbwstuttgart.typeinference">UndConstraint</a></li> <li><a href="de/dhbwstuttgart/typeinference/UndConstraint.html" title="class in de.dhbwstuttgart.typeinference">UndConstraint</a></li>
<li><a href="de/dhbwstuttgart/typeinference/UndMenge.html" title="class in de.dhbwstuttgart.typeinference">UndMenge</a></li> <li><a href="de/dhbwstuttgart/typeinference/UndMenge.html" title="class in de.dhbwstuttgart.typeinference">UndMenge</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/Unifier.html" title="interface in de.dhbwstuttgart.typeinference.unify"><span class="interfaceName">Unifier</span></a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/Unifier.html" title="interface in de.dhbwstuttgart.typeinference.unify"><span class="interfaceName">Unifier</span></a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/Unify.html" title="class in de.dhbwstuttgart.typeinference.unify">Unify</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/Unify.html" title="class in de.dhbwstuttgart.typeinference.unify">Unify</a></li>
<li><a href="de/dhbwstuttgart/typeinference/unify/UnifyResult.html" title="class in de.dhbwstuttgart.typeinference.unify">UnifyResult</a></li> <li><a href="de/dhbwstuttgart/typeinference/unify/UnifyResult.html" title="class in de.dhbwstuttgart.typeinference.unify">UnifyResult</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></li>
<li><a href="plugindevelopment/VariableTypeInsertTest.html" title="class in plugindevelopment">VariableTypeInsertTest</a></li> <li><a href="plugindevelopment/VariableTypeInsertTest.html" title="class in plugindevelopment">VariableTypeInsertTest</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.syntaxtree.type">Void</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Void</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">WhileStmt</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">WhileStmt</a></li>
<li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda.html" title="class in plugindevelopment.TypeInsertTests">WildcardTestForLambda</a></li> <li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda.html" title="class in plugindevelopment.TypeInsertTests">WildcardTestForLambda</a></li>
<li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda2.html" title="class in plugindevelopment.TypeInsertTests">WildcardTestForLambda2</a></li> <li><a href="plugindevelopment/TypeInsertTests/WildcardTestForLambda2.html" title="class in plugindevelopment.TypeInsertTests">WildcardTestForLambda2</a></li>
<li><a href="de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">WildcardType</a></li> <li><a href="de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">WildcardType</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck0.html" title="class in de.dhbwstuttgart.parser">yyCheck0</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck0.html" title="class in de.dhbwstuttgart.parser">yyCheck0</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck1.html" title="class in de.dhbwstuttgart.parser">yyCheck1</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck1.html" title="class in de.dhbwstuttgart.parser">yyCheck1</a></li>
<li><a href="de/dhbwstuttgart/parser/yyCheck2.html" title="class in de.dhbwstuttgart.parser">yyCheck2</a></li> <li><a href="de/dhbwstuttgart/parser/yyCheck2.html" title="class in de.dhbwstuttgart.parser">yyCheck2</a></li>

View File

@ -135,12 +135,12 @@ var activeTableTab = "activeTableTab";
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getName--">getName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getName--">getName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getSuperInterfaces--">getSuperInterfaces</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getSuperInterfaces--">getSuperInterfaces</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
</li> </li>
@ -172,7 +172,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getSuperInterfaces</h4> <h4>getSuperInterfaces</h4>
<pre><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getSuperInterfaces()</pre> <pre><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getSuperInterfaces()</pre>
</li> </li>
</ul> </ul>
<a name="setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-"> <a name="setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">
@ -181,7 +181,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>setSuperInterfaces</h4> <h4>setSuperInterfaces</h4>
<pre>void&nbsp;setSuperInterfaces(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge)</pre> <pre>void&nbsp;setSuperInterfaces(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge)</pre>
</li> </li>
</ul> </ul>
</li> </li>

File diff suppressed because one or more lines are too long

View File

@ -230,8 +230,8 @@ implements <a href="../../../de/dhbwstuttgart/core/MyCompilerAPI.html" title="in
</td> </td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>static <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/MyCompiler.html#makeGenericTypeVars2TypePlaceHolders-de.dhbwstuttgart.syntaxtree.type.Type-">makeGenericTypeVars2TypePlaceHolders</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;T)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/core/MyCompiler.html#makeGenericTypeVars2TypePlaceHolders-de.dhbwstuttgart.syntaxtree.type.Type-">makeGenericTypeVars2TypePlaceHolders</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;T)</code>&nbsp;</td>
</tr> </tr>
<tr id="i6" class="altColor"> <tr id="i6" class="altColor">
<td class="colFirst"><code>private void</code></td> <td class="colFirst"><code>private void</code></td>
@ -553,7 +553,7 @@ implements <a href="../../../de/dhbwstuttgart/core/MyCompilerAPI.html" title="in
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>makeGenericTypeVars2TypePlaceHolders</h4> <h4>makeGenericTypeVars2TypePlaceHolders</h4>
<pre>public static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;makeGenericTypeVars2TypePlaceHolders(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;T)</pre> <pre>public static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;makeGenericTypeVars2TypePlaceHolders(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;T)</pre>
<dl> <dl>
<dt><span class="paramLabel">Parameters:</span></dt> <dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>T</code> - - Typ, bei welchem die GTVs ersetzt werden sollen.</dd> <dd><code>T</code> - - Typ, bei welchem die GTVs ersetzt werden sollen.</dd>

View File

@ -91,19 +91,19 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.syntaxtree.operator</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -256,9 +256,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -266,13 +266,13 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">ConstructorCall</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">ConstructorCall</a></span></code>
<div class="block">Diese Klasse stellt den this()-Aufruf dar.</div> <div class="block">Diese Klasse stellt den this()-Aufruf dar.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -280,9 +280,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -290,75 +290,75 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AddOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AddOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AndOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AndOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">DivideOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">DivideOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">EqualOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">EqualOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterEquOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterEquOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessEquOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessEquOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LogOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LogOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MinusOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MinusOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">ModuloOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">ModuloOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MulOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MulOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">NotEqualOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">NotEqualOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.syntaxtree.operator">Operator</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">Operator</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">OrOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">OrOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">PlusOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">PlusOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">RelOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">RelOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">TimesOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">TimesOp</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -366,9 +366,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -376,177 +376,177 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Assign</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Assign</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Binary</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Binary</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BinaryExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BinaryExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BoolLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BoolLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CastExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CastExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CharLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CharLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">DoubleLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">DoubleLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">EmptyStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">EmptyStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">FloatLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">FloatLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ForStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ForStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IfStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IfStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstanceOf</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstanceOf</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstVar</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstVar</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IntLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IntLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaExpression</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaExpression</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaParameter</a></span></code>
<div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div> <div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Literal</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Literal</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalOrFieldVar</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalOrFieldVar</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalVarDecl</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalVarDecl</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LongLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LongLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NegativeExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NegativeExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewArray</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewArray</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewClass</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewClass</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NotExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NotExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Null</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Null</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PositivExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PositivExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostDecExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostDecExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostIncExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostIncExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreDecExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreDecExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreIncExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreIncExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Return</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Return</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">StringLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">StringLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">SuperCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">SuperCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.syntaxtree.statement">This</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">This</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ThisCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ThisCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">WhileStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">WhileStmt</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -554,9 +554,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that implement <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -564,15 +564,15 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BaseType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BaseType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BooleanType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BooleanType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">BoundedGenericTypeVar</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BoundedGenericTypeVar</a></span></code>
<div class="block">Entspricht einem GenericTypeVar, jedoch mit Bounds <div class="block">Entspricht einem GenericTypeVar, jedoch mit Bounds
(d.h. vorgaben, von welchem Typ die Typevar sein darf (d.h. vorgaben, von welchem Typ die Typevar sein darf
=> extends Class x => extends Class x
@ -582,84 +582,84 @@
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.syntaxtree.type">CharacterType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">CharacterType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.syntaxtree.type">DoubleType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">DoubleType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ExtendsWildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ExtendsWildcardType</a></span></code>
<div class="block">Stellt eine Wildcard mit oberer Grenze dar.</div> <div class="block">Stellt eine Wildcard mit oberer Grenze dar.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FloatType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FloatType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshExtendsWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshExtendsWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshSuperWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshSuperWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a></span></code>
<div class="block">TODO: Diese Klasse überarbeiten.</div> <div class="block">TODO: Diese Klasse überarbeiten.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.syntaxtree.type">IntegerType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">IntegerType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.syntaxtree.type">LongType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">LongType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ReturnType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ReturnType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">SuperWildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">SuperWildcardType</a></span></code>
<div class="block">Stellt eine Wildcard mit unterer Grenze dar.</div> <div class="block">Stellt eine Wildcard mit unterer Grenze dar.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></span></code>
<div class="block">Repr�sentiert einen Typparameter f�r einen vom Programmierer nicht angegeben <div class="block">Repr�sentiert einen Typparameter f�r einen vom Programmierer nicht angegeben
Typ.</div> Typ.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.syntaxtree.type">Void</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Void</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">WildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">WildcardType</a></span></code>
<div class="block">Stellt eine Wildcard in Java dar.</div> <div class="block">Stellt eine Wildcard in Java dar.</div>
</td> </td>
</tr> </tr>

View File

@ -95,19 +95,19 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.syntaxtree.operator</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -177,7 +177,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -192,7 +192,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -207,7 +207,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -222,7 +222,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/core/package-summary.html">de.dhbwstuttgart.core</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>

View File

@ -99,15 +99,15 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -288,9 +288,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
@ -306,9 +306,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
@ -470,9 +470,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/logger/Logger.html" title="class in de.dhbwstuttgart.logger">Logger</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>

View File

@ -99,15 +99,15 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -218,7 +218,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -233,7 +233,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -248,7 +248,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/logger/package-summary.html">de.dhbwstuttgart.logger</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>

View File

@ -201,8 +201,8 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify">MUB</a></code></td> <td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/typeinference/unify/MUB.html" title="class in de.dhbwstuttgart.typeinference.unify">MUB</a></code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#unify_Mub-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.unify.FC_TTO-">unify_Mub</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;ty1, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#unify_Mub-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.unify.FC_TTO-">unify_Mub</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;ty1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;ty2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;ty2,
<a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -83,7 +83,7 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/JVMCodeException.html" title="class in de.dhbwstuttgart.myexception">JVMCodeException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/JVMCodeException.html" title="class in de.dhbwstuttgart.myexception">JVMCodeException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/JVMCodeException.html" title="class in de.dhbwstuttgart.myexception">JVMCodeException</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/JVMCodeException.html" title="class in de.dhbwstuttgart.myexception">JVMCodeException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>

View File

@ -104,9 +104,9 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static java.util.Hashtable</code></td> <td class="colFirst"><code>static java.util.Hashtable</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#match-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">match</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;FCtype, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#match-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">match</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;FCtype,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;tomatch, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;tomatch,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -104,7 +104,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClassBody.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><span class="typeNameLabel">ClassBody.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -83,7 +83,7 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -98,9 +98,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/SCException.html" title="class in de.dhbwstuttgart.myexception">SCException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/SCException.html" title="class in de.dhbwstuttgart.myexception">SCException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/SCException.html" title="class in de.dhbwstuttgart.myexception">SCException</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/SCException.html" title="class in de.dhbwstuttgart.myexception">SCException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -134,8 +134,8 @@
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private static void</code></td> <td class="colFirst"><code>private static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduce1-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduce1</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduce1-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduce1</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA1, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code>
<div class="block">Implementiert die reduce1 Regel des sub_unify</div> <div class="block">Implementiert die reduce1 Regel des sub_unify</div>
</td> </td>
@ -143,8 +143,8 @@
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static void</code></td> <td class="colFirst"><code>private static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduce2-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduce2</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduce2-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduce2</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA1, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code>
<div class="block">Implementiert die reduce2 Regel des sub_unify</div> <div class="block">Implementiert die reduce2 Regel des sub_unify</div>
</td> </td>
@ -152,8 +152,8 @@
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private static void</code></td> <td class="colFirst"><code>private static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceEq-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceEq</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceEq-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceEq</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA1, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code>
<div class="block">Implementiert die reduceEq Regel des sub_unify <div class="block">Implementiert die reduceEq Regel des sub_unify
Da in reduce2 unnötigerweise pi verwendet wird (siehe Kommentar in reduce2), kann reduceEq einfach an reduce2 deligieren.</div> Da in reduce2 unnötigerweise pi verwendet wird (siehe Kommentar in reduce2), kann reduceEq einfach an reduce2 deligieren.</div>
@ -162,8 +162,8 @@
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static void</code></td> <td class="colFirst"><code>private static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceExt-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceExt</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceExt-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceExt</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA1, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code>
<div class="block">Implementiert die reduceExt Regel des sub_unify</div> <div class="block">Implementiert die reduceExt Regel des sub_unify</div>
</td> </td>
@ -171,8 +171,8 @@
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private static void</code></td> <td class="colFirst"><code>private static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceSup-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceSup</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#reduceSup-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.typeinference.Menge-">reduceSup</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;H,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA1, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA1,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;TA2, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;TA2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;TTO)</code>
<div class="block">Implementiert die reduceSup Regel des sub_unify</div> <div class="block">Implementiert die reduceSup Regel des sub_unify</div>
</td> </td>

View File

@ -83,7 +83,7 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/SCStatementException.html" title="class in de.dhbwstuttgart.myexception">SCStatementException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/myexception/SCStatementException.html" title="class in de.dhbwstuttgart.myexception">SCStatementException</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/SCStatementException.html" title="class in de.dhbwstuttgart.myexception">SCStatementException</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that throw <a href="../../../../de/dhbwstuttgart/myexception/SCStatementException.html" title="class in de.dhbwstuttgart.myexception">SCStatementException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -104,7 +104,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">

View File

@ -95,11 +95,11 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -167,7 +167,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/myexception/package-summary.html">de.dhbwstuttgart.myexception</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/myexception/package-summary.html">de.dhbwstuttgart.myexception</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -185,7 +185,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/myexception/package-summary.html">de.dhbwstuttgart.myexception</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/myexception/package-summary.html">de.dhbwstuttgart.myexception</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>

View File

@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li>java.util.Vector&lt;A&gt;</li> <li>java.util.Vector&lt;A&gt;</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">de.dhbwstuttgart.typeinference.Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;</li> <li><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">de.dhbwstuttgart.typeinference.Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.parser.BoundedClassIdentifierList</li> <li>de.dhbwstuttgart.parser.BoundedClassIdentifierList</li>
@ -129,12 +129,12 @@ var activeTableTab = "activeTableTab";
<li class="blockList"> <li class="blockList">
<dl> <dl>
<dt>All Implemented Interfaces:</dt> <dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;, java.util.Collection&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;, java.util.List&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;, java.util.RandomAccess</dd> <dd>java.io.Serializable, java.lang.Cloneable, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;, java.util.Collection&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;, java.util.List&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;, java.util.RandomAccess</dd>
</dl> </dl>
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">BoundedClassIdentifierList</span> <pre>public class <span class="typeNameLabel">BoundedClassIdentifierList</span>
extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;</pre> extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;</pre>
<dl> <dl>
<dt><span class="seeLabel">See Also:</span></dt> <dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../serialized-form.html#de.dhbwstuttgart.parser.BoundedClassIdentifierList">Serialized Form</a></dd> <dd><a href="../../../serialized-form.html#de.dhbwstuttgart.parser.BoundedClassIdentifierList">Serialized Form</a></dd>
@ -162,7 +162,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#endOffset">endOffset</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#endOffset">endOffset</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#list">list</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#list">list</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -194,7 +194,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#BoundedClassIdentifierList-de.dhbwstuttgart.typeinference.Menge-int-">BoundedClassIdentifierList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;&nbsp;list, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#BoundedClassIdentifierList-de.dhbwstuttgart.typeinference.Menge-int-">BoundedClassIdentifierList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;&nbsp;list,
int&nbsp;endOffset)</code>&nbsp;</td> int&nbsp;endOffset)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -214,7 +214,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#addOffsetOff-de.dhbwstuttgart.syntaxtree.type.RefType-">addOffsetOff</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;refType)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/BoundedClassIdentifierList.html#addOffsetOff-de.dhbwstuttgart.syntaxtree.type.RefType-">addOffsetOff</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;refType)</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td> <td class="colFirst"><code>int</code></td>
@ -271,7 +271,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>list</h4> <h4>list</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt; list</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt; list</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -288,7 +288,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>BoundedClassIdentifierList</h4> <h4>BoundedClassIdentifierList</h4>
<pre>public&nbsp;BoundedClassIdentifierList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;&nbsp;list, <pre>public&nbsp;BoundedClassIdentifierList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;&nbsp;list,
int&nbsp;endOffset)</pre> int&nbsp;endOffset)</pre>
</li> </li>
</ul> </ul>
@ -315,7 +315,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>addOffsetOff</h4> <h4>addOffsetOff</h4>
<pre>public&nbsp;void&nbsp;addOffsetOff(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;refType)</pre> <pre>public&nbsp;void&nbsp;addOffsetOff(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;refType)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -142,7 +142,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#name">name</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#name">name</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#plist">plist</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#plist">plist</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -164,7 +164,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#ClassAndParameter-java.lang.String-de.dhbwstuttgart.syntaxtree.type.ParaList-">ClassAndParameter</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#ClassAndParameter-java.lang.String-de.dhbwstuttgart.syntaxtree.type.ParaList-">ClassAndParameter</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
</li> </li>
@ -186,11 +186,11 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getName--">getName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getName--">getName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getParalist--">getParalist</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getParalist--">getParalist</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getParaMenge--">getParaMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#getParaMenge--">getParaMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
@ -199,7 +199,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">setParalist</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/ClassAndParameter.html#setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">setParalist</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -238,7 +238,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>plist</h4> <h4>plist</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a> plist</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a> plist</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -265,7 +265,7 @@ extends java.lang.Object</pre>
<li class="blockList"> <li class="blockList">
<h4>ClassAndParameter</h4> <h4>ClassAndParameter</h4>
<pre>public&nbsp;ClassAndParameter(java.lang.String&nbsp;name, <pre>public&nbsp;ClassAndParameter(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getParaMenge</h4> <h4>getParaMenge</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getParaMenge()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getParaMenge()</pre>
</li> </li>
</ul> </ul>
<a name="getName--"> <a name="getName--">
@ -309,7 +309,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getParalist</h4> <h4>getParalist</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;getParalist()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;getParalist()</pre>
</li> </li>
</ul> </ul>
<a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-"> <a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">
@ -318,7 +318,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>setParalist</h4> <h4>setParalist</h4>
<pre>public&nbsp;void&nbsp;setParalist(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</pre> <pre>public&nbsp;void&nbsp;setParalist(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -130,7 +130,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#elements">elements</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#elements">elements</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -167,10 +167,10 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#addElement-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-">addElement</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&nbsp;e)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#addElement-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-">addElement</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&nbsp;e)</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#getElements--">getElements</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/GenericVarDeclarationList.html#getElements--">getElements</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
@ -205,7 +205,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>elements</h4> <h4>elements</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt; elements</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt; elements</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -239,7 +239,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>addElement</h4> <h4>addElement</h4>
<pre>public&nbsp;void&nbsp;addElement(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&nbsp;e)</pre> <pre>public&nbsp;void&nbsp;addElement(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&nbsp;e)</pre>
</li> </li>
</ul> </ul>
<a name="getEndOffset--"> <a name="getEndOffset--">
@ -257,7 +257,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>getElements</h4> <h4>getElements</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getElements()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getElements()</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -142,7 +142,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#name">name</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#name">name</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#plist">plist</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#plist">plist</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -164,7 +164,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#InterfaceAndParameter-java.lang.String-de.dhbwstuttgart.syntaxtree.type.ParaList-">InterfaceAndParameter</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#InterfaceAndParameter-java.lang.String-de.dhbwstuttgart.syntaxtree.type.ParaList-">InterfaceAndParameter</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
</li> </li>
@ -186,11 +186,11 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getName--">getName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getName--">getName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getParalist--">getParalist</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getParalist--">getParalist</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getParaMenge--">getParaMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#getParaMenge--">getParaMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
@ -199,7 +199,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">setParalist</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceAndParameter.html#setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">setParalist</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -238,7 +238,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>plist</h4> <h4>plist</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a> plist</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a> plist</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -265,7 +265,7 @@ extends java.lang.Object</pre>
<li class="blockList"> <li class="blockList">
<h4>InterfaceAndParameter</h4> <h4>InterfaceAndParameter</h4>
<pre>public&nbsp;InterfaceAndParameter(java.lang.String&nbsp;name, <pre>public&nbsp;InterfaceAndParameter(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getParaMenge</h4> <h4>getParaMenge</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getParaMenge()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getParaMenge()</pre>
</li> </li>
</ul> </ul>
<a name="getName--"> <a name="getName--">
@ -309,7 +309,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getParalist</h4> <h4>getParalist</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;getParalist()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;getParalist()</pre>
</li> </li>
</ul> </ul>
<a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-"> <a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">
@ -318,7 +318,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>setParalist</h4> <h4>setParalist</h4>
<pre>public&nbsp;void&nbsp;setParalist(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.syntaxtree.type">ParaList</a>&nbsp;plist)</pre> <pre>public&nbsp;void&nbsp;setParalist(<a href="../../../de/dhbwstuttgart/syntaxtree/type/ParaList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ParaList</a>&nbsp;plist)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -137,7 +137,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#superif">superif</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#superif">superif</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -174,10 +174,10 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#addInterface-de.dhbwstuttgart.syntaxtree.misc.UsedId-">addInterface</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#addInterface-de.dhbwstuttgart.syntaxtree.misc.UsedId-">addInterface</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#getTypeMenge--">getTypeMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/InterfaceList.html#getTypeMenge--">getTypeMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -208,7 +208,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>superif</h4> <h4>superif</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt; superif</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt; superif</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -242,7 +242,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>addInterface</h4> <h4>addInterface</h4>
<pre>public&nbsp;void&nbsp;addInterface(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</pre> <pre>public&nbsp;void&nbsp;addInterface(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</pre>
</li> </li>
</ul> </ul>
<a name="getTypeMenge--"> <a name="getTypeMenge--">
@ -251,7 +251,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>getTypeMenge</h4> <h4>getTypeMenge</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getTypeMenge()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getTypeMenge()</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -201,7 +201,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CLASS">CLASS</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#CLASS">CLASS</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#containedTypes">containedTypes</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#containedTypes">containedTypes</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -453,7 +453,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#UNSIGNEDSHIFTRIGHTEQUAL">UNSIGNEDSHIFTRIGHTEQUAL</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#UNSIGNEDSHIFTRIGHTEQUAL">UNSIGNEDSHIFTRIGHTEQUAL</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/parser/JavaParser.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -639,7 +639,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>containedTypes</h4> <h4>containedTypes</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; containedTypes</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; containedTypes</pre>
</li> </li>
</ul> </ul>
<a name="usedIdsToCheck"> <a name="usedIdsToCheck">
@ -648,7 +648,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>usedIdsToCheck</h4> <h4>usedIdsToCheck</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt; usedIdsToCheck</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt; usedIdsToCheck</pre>
</li> </li>
</ul> </ul>
<a name="testPair"> <a name="testPair">

View File

@ -91,11 +91,11 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -162,9 +162,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> that return <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> that return <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -180,9 +180,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
@ -195,20 +195,20 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with type parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with type parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a>&gt;</code></td> <td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#m_TypePlaceholdersRegistry">m_TypePlaceholdersRegistry</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#m_TypePlaceholdersRegistry">m_TypePlaceholdersRegistry</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that return <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that return <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -236,7 +236,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -249,7 +249,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with type arguments of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with type arguments of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -257,18 +257,18 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#Equiv2Equal-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">Equiv2Equal</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;ty2, <td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#Equiv2Equal-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">Equiv2Equal</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;ty2,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#is_Equiv-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">is_Equiv</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;ty2, <td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#is_Equiv-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">is_Equiv</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;ty2,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
@ -365,12 +365,12 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#CaptureConversionHashtable-java.util.Hashtable-de.dhbwstuttgart.typeinference.unify.FC_TTO-">CaptureConversionHashtable</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#CaptureConversionHashtable-java.util.Hashtable-de.dhbwstuttgart.typeinference.unify.FC_TTO-">CaptureConversionHashtable</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht,
<a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#MengePair2SubstHashtableMengePair-de.dhbwstuttgart.typeinference.Menge-">MengePair2SubstHashtableMengePair</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;v)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#MengePair2SubstHashtableMengePair-de.dhbwstuttgart.typeinference.Menge-">MengePair2SubstHashtableMengePair</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;&nbsp;v)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -383,34 +383,34 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private static java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#CaptureConversionHashtable-java.util.Hashtable-de.dhbwstuttgart.typeinference.unify.FC_TTO-">CaptureConversionHashtable</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#CaptureConversionHashtable-java.util.Hashtable-de.dhbwstuttgart.typeinference.unify.FC_TTO-">CaptureConversionHashtable</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht,
<a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/unify/FC_TTO.html" title="class in de.dhbwstuttgart.typeinference.unify">FC_TTO</a>&nbsp;fc_tto)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static java.util.Hashtable</code></td> <td class="colFirst"><code>static java.util.Hashtable</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#match-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">match</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;FCtype, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#match-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">match</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;FCtype,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;tomatch, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;tomatch,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static void</code></td> <td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtable-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">SubstHashtable</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;typterm, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtable-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">SubstHashtable</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;typterm,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;</code></td> <td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtable2MengePair-java.util.Hashtable-">SubstHashtable2MengePair</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtable2MengePair-java.util.Hashtable-">SubstHashtable2MengePair</a></span>(java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static void</code></td> <td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtableGeneric-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">SubstHashtableGeneric</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;typterm, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#SubstHashtableGeneric-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">SubstHashtableGeneric</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;typterm,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static void</code></td> <td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#varSubst-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">varSubst</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;typterm, <td class="colLast"><span class="typeNameLabel">Unify.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/unify/Unify.html#varSubst-de.dhbwstuttgart.syntaxtree.type.RefType-java.util.Hashtable-">varSubst</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;typterm,
java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td> java.util.Hashtable&lt;<a href="../../../../de/dhbwstuttgart/parser/JavaClassName.html" title="class in de.dhbwstuttgart.parser">JavaClassName</a>,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -95,11 +95,11 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -191,7 +191,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -208,7 +208,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> used by <a href="../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>

View File

@ -94,16 +94,16 @@
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.ClassOrInterface</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.BasicAssumptionClass</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -161,7 +161,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html#BasicAssumptionClass-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">BasicAssumptionClass</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html#BasicAssumptionClass-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">BasicAssumptionClass</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
</li> </li>
@ -230,7 +230,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<li class="blockList"> <li class="blockList">
<h4>BasicAssumptionClass</h4> <h4>BasicAssumptionClass</h4>
<pre>public&nbsp;BasicAssumptionClass(java.lang.String&nbsp;name, <pre>public&nbsp;BasicAssumptionClass(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -100,13 +100,13 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassOrInterface</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -149,11 +149,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#class_block">class_block</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#class_block">class_block</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#containedTypes">containedTypes</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#containedTypes">containedTypes</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -175,7 +175,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#isFirstLocalVarDecl">isFirstLocalVarDecl</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#isFirstLocalVarDecl">isFirstLocalVarDecl</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#modifiers">modifiers</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#modifiers">modifiers</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -195,19 +195,19 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#parent">parent</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#parent">parent</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#pkgName">pkgName</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#pkgName">pkgName</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superClass">superClass</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superClass">superClass</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superclassid">superclassid</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superclassid">superclassid</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superif">superif</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#superif">superif</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -219,7 +219,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#typinferenzLog">typinferenzLog</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#typinferenzLog">typinferenzLog</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -239,10 +239,10 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -251,61 +251,61 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;object, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;object,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div> <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;usedId, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;usedId,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.typeinference.Menge-">Class</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.typeinference.Menge-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</code> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</code>
<div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.</div> <div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.</div>
</td> </td>
@ -338,7 +338,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_class_block--">get_class_block</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_class_block--">get_class_block</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
@ -346,7 +346,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_ParaHash--">get_ParaHash</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_ParaHash--">get_ParaHash</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_ParaList--">get_ParaList</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#get_ParaList--">get_ParaList</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i6" class="altColor"> <tr id="i6" class="altColor">
@ -364,7 +364,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i9" class="rowColor"> <tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getContainedTypes--">getContainedTypes</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getContainedTypes--">getContainedTypes</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i10" class="altColor"> <tr id="i10" class="altColor">
@ -378,7 +378,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getFields--">getFields</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getFields--">getFields</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i12" class="altColor"> <tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i13" class="rowColor"> <tr id="i13" class="rowColor">
@ -390,7 +390,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getGenericVarDeclarationString-java.lang.String-">getGenericVarDeclarationString</a></span>(java.lang.String&nbsp;genericVarDeclaration)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getGenericVarDeclarationString-java.lang.String-">getGenericVarDeclarationString</a></span>(java.lang.String&nbsp;genericVarDeclaration)</code>&nbsp;</td>
</tr> </tr>
<tr id="i15" class="rowColor"> <tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i16" class="altColor"> <tr id="i16" class="altColor">
@ -404,7 +404,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td> </td>
</tr> </tr>
<tr id="i18" class="altColor"> <tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i19" class="rowColor"> <tr id="i19" class="rowColor">
@ -433,17 +433,17 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td> </td>
</tr> </tr>
<tr id="i23" class="rowColor"> <tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getSuperClass--">getSuperClass</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getSuperClass--">getSuperClass</a></span>()</code>
<div class="block">Die Super Klasse dieser Klasse.</div> <div class="block">Die Super Klasse dieser Klasse.</div>
</td> </td>
</tr> </tr>
<tr id="i24" class="altColor"> <tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getSuperInterfaces--">getSuperInterfaces</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getSuperInterfaces--">getSuperInterfaces</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i25" class="rowColor"> <tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getType--">getType</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getType--">getType</a></span>()</code>
<div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist <div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist
Ersetzt alle Generischen Variablen in der Parameterliste mit TPH</div> Ersetzt alle Generischen Variablen in der Parameterliste mit TPH</div>
@ -452,10 +452,10 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<tr id="i26" class="altColor"> <tr id="i26" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td> <td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getTypeInformation-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">getTypeInformation</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getTypeInformation-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">getTypeInformation</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</code>&nbsp;</td>
</tr> </tr>
<tr id="i27" class="rowColor"> <tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getUsedIdsToCheck--">getUsedIdsToCheck</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#getUsedIdsToCheck--">getUsedIdsToCheck</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i28" class="altColor"> <tr id="i28" class="altColor">
@ -480,7 +480,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr> </tr>
<tr id="i32" class="altColor"> <tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#set_class_block-de.dhbwstuttgart.syntaxtree.statement.Block-">set_class_block</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#set_class_block-de.dhbwstuttgart.syntaxtree.statement.Block-">set_class_block</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block)</code>&nbsp;</td>
</tr> </tr>
<tr id="i33" class="rowColor"> <tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -494,13 +494,13 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr> </tr>
<tr id="i35" class="rowColor"> <tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>
<div class="block">Generiert die ClassFile für diese Klasse.</div> <div class="block">Generiert die ClassFile für diese Klasse.</div>
</td> </td>
</tr> </tr>
<tr id="i36" class="altColor"> <tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setContainedTypes-de.dhbwstuttgart.typeinference.Menge-">setContainedTypes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setContainedTypes-de.dhbwstuttgart.typeinference.Menge-">setContainedTypes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes)</code>&nbsp;</td>
</tr> </tr>
<tr id="i37" class="rowColor"> <tr id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -508,7 +508,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr> </tr>
<tr id="i38" class="altColor"> <tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
<tr id="i39" class="rowColor"> <tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -516,11 +516,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr> </tr>
<tr id="i40" class="altColor"> <tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td>
</tr> </tr>
<tr id="i41" class="rowColor"> <tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif)</code>&nbsp;</td>
</tr> </tr>
<tr id="i42" class="altColor"> <tr id="i42" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td> <td class="colFirst"><code>java.lang.String</code></td>
@ -536,12 +536,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td> </td>
</tr> </tr>
<tr id="i44" class="altColor"> <tr id="i44" class="altColor">
<td class="colFirst"><code>private static <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private static <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.typeinference.Menge-">usedIdToRefType</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.typeinference.Menge-">usedIdToRefType</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td>
</tr> </tr>
<tr id="i45" class="rowColor"> <tr id="i45" class="rowColor">
<td class="colFirst"><code>private static <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private static <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">usedIdToRefType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">usedIdToRefType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td>
</tr> </tr>
<tr id="i46" class="altColor"> <tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -606,7 +606,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>pkgName</h4> <h4>pkgName</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> pkgName</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> pkgName</pre>
</li> </li>
</ul> </ul>
<a name="modifiers"> <a name="modifiers">
@ -615,7 +615,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>modifiers</h4> <h4>modifiers</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a> modifiers</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a> modifiers</pre>
</li> </li>
</ul> </ul>
<a name="name"> <a name="name">
@ -633,7 +633,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>superif</h4> <h4>superif</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; superif</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; superif</pre>
</li> </li>
</ul> </ul>
<a name="superclassid"> <a name="superclassid">
@ -642,7 +642,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>superclassid</h4> <h4>superclassid</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> superclassid</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> superclassid</pre>
</li> </li>
</ul> </ul>
<a name="class_block"> <a name="class_block">
@ -651,7 +651,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>class_block</h4> <h4>class_block</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a> class_block</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a> class_block</pre>
</li> </li>
</ul> </ul>
<a name="parahash"> <a name="parahash">
@ -678,7 +678,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>containedTypes</h4> <h4>containedTypes</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; containedTypes</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; containedTypes</pre>
</li> </li>
</ul> </ul>
<a name="usedIdsToCheck"> <a name="usedIdsToCheck">
@ -687,7 +687,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>usedIdsToCheck</h4> <h4>usedIdsToCheck</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt; usedIdsToCheck</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt; usedIdsToCheck</pre>
</li> </li>
</ul> </ul>
<a name="typeAssumptions"> <a name="typeAssumptions">
@ -750,7 +750,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>superClass</h4> <h4>superClass</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a> superClass</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a> superClass</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -778,8 +778,8 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</pre> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</pre>
<div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird. <div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.
Sie enthält keine unnötigen Informationen, wie Offset oder ClassBody.</div> Sie enthält keine unnötigen Informationen, wie Offset oder ClassBody.</div>
@ -799,8 +799,8 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -811,7 +811,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -822,13 +822,13 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -840,10 +840,10 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -854,12 +854,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name2, <pre>public&nbsp;Class(java.lang.String&nbsp;name2,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;usedId, <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;usedId,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</pre> int&nbsp;offset2)</pre>
</li> </li>
</ul> </ul>
@ -870,11 +870,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name2, <pre>public&nbsp;Class(java.lang.String&nbsp;name2,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;object, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;object,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</pre> int&nbsp;offset2)</pre>
</li> </li>
</ul> </ul>
@ -885,12 +885,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>Class</h4> <h4>Class</h4>
<pre>public&nbsp;Class(java.lang.String&nbsp;name, <pre>public&nbsp;Class(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht. <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.
Zur Uebersichtlichkeit in der Grammatik.</div> Zur Uebersichtlichkeit in der Grammatik.</div>
@ -910,7 +910,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getPackageName</h4> <h4>getPackageName</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre>
</li> </li>
</ul> </ul>
<a name="setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-"> <a name="setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">
@ -919,7 +919,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setPackageName</h4> <h4>setPackageName</h4>
<pre>public&nbsp;void&nbsp;setPackageName(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</pre> <pre>public&nbsp;void&nbsp;setPackageName(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</pre>
</li> </li>
</ul> </ul>
<a name="getName--"> <a name="getName--">
@ -950,7 +950,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setModifiers</h4> <h4>setModifiers</h4>
<pre>public&nbsp;void&nbsp;setModifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre> <pre>public&nbsp;void&nbsp;setModifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre>
</li> </li>
</ul> </ul>
<a name="getModifiers--"> <a name="getModifiers--">
@ -959,7 +959,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getModifiers</h4> <h4>getModifiers</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;getModifiers()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;getModifiers()</pre>
</li> </li>
</ul> </ul>
<a name="getAccessFlags--"> <a name="getAccessFlags--">
@ -978,7 +978,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getSuperInterfaces</h4> <h4>getSuperInterfaces</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getSuperInterfaces()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getSuperInterfaces()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getSuperInterfaces--">getSuperInterfaces</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core">AClassOrInterface</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#getSuperInterfaces--">getSuperInterfaces</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core">AClassOrInterface</a></code></dd>
@ -991,7 +991,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setSuperInterfaces</h4> <h4>setSuperInterfaces</h4>
<pre>public&nbsp;void&nbsp;setSuperInterfaces(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif)</pre> <pre>public&nbsp;void&nbsp;setSuperInterfaces(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core">AClassOrInterface</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html#setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">setSuperInterfaces</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title="interface in de.dhbwstuttgart.core">AClassOrInterface</a></code></dd>
@ -1004,7 +1004,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>usedIdToRefType</h4> <h4>usedIdToRefType</h4>
<pre>private static&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;usedIdToRefType(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</pre> <pre>private static&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;usedIdToRefType(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</pre>
</li> </li>
</ul> </ul>
<a name="usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-"> <a name="usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">
@ -1013,7 +1013,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>usedIdToRefType</h4> <h4>usedIdToRefType</h4>
<pre>private static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;usedIdToRefType(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</pre> <pre>private static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;usedIdToRefType(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</pre>
</li> </li>
</ul> </ul>
<a name="getFields--"> <a name="getFields--">
@ -1044,7 +1044,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getUsedIdsToCheck</h4> <h4>getUsedIdsToCheck</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;getUsedIdsToCheck()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;getUsedIdsToCheck()</pre>
</li> </li>
</ul> </ul>
<a name="setContainedTypes-de.dhbwstuttgart.typeinference.Menge-"> <a name="setContainedTypes-de.dhbwstuttgart.typeinference.Menge-">
@ -1053,7 +1053,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setContainedTypes</h4> <h4>setContainedTypes</h4>
<pre>public&nbsp;void&nbsp;setContainedTypes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes)</pre> <pre>public&nbsp;void&nbsp;setContainedTypes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes)</pre>
</li> </li>
</ul> </ul>
<a name="getContainedTypes--"> <a name="getContainedTypes--">
@ -1062,7 +1062,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getContainedTypes</h4> <h4>getContainedTypes</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;getContainedTypes()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;getContainedTypes()</pre>
</li> </li>
</ul> </ul>
<a name="set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-"> <a name="set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">
@ -1071,7 +1071,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_UsedId</h4> <h4>set_UsedId</h4>
<pre>public&nbsp;void&nbsp;set_UsedId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</pre> <pre>public&nbsp;void&nbsp;set_UsedId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</pre>
<div class="block">Generiert die ClassFile für diese Klasse.</div> <div class="block">Generiert die ClassFile für diese Klasse.</div>
<dl> <dl>
<dt><span class="paramLabel">Parameters:</span></dt> <dt><span class="paramLabel">Parameters:</span></dt>
@ -1148,7 +1148,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_class_block</h4> <h4>set_class_block</h4>
<pre>public&nbsp;void&nbsp;set_class_block(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block)</pre> <pre>public&nbsp;void&nbsp;set_class_block(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block)</pre>
</li> </li>
</ul> </ul>
<a name="get_Superclass_Name--"> <a name="get_Superclass_Name--">
@ -1166,7 +1166,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_class_block</h4> <h4>get_class_block</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;get_class_block()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;get_class_block()</pre>
</li> </li>
</ul> </ul>
<a name="does_Class_extend--"> <a name="does_Class_extend--">
@ -1184,7 +1184,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_ParaList</h4> <h4>get_ParaList</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;get_ParaList()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;get_ParaList()</pre>
</li> </li>
</ul> </ul>
<a name="set_ParaHash-java.util.Hashtable-"> <a name="set_ParaHash-java.util.Hashtable-">
@ -1297,7 +1297,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList"> <li class="blockList">
<h4>getTypeInformation</h4> <h4>getTypeInformation</h4>
<pre>public&nbsp;java.lang.String&nbsp;getTypeInformation(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList, <pre>public&nbsp;java.lang.String&nbsp;getTypeInformation(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</pre> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</pre>
</li> </li>
</ul> </ul>
<a name="printJavaCode-de.dhbwstuttgart.typeinference.TypeinferenceResultSet-"> <a name="printJavaCode-de.dhbwstuttgart.typeinference.TypeinferenceResultSet-">
@ -1356,7 +1356,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getType</h4> <h4>getType</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;getType()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;getType()</pre>
<div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist <div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist
Ersetzt alle Generischen Variablen in der Parameterliste mit TPH</div> Ersetzt alle Generischen Variablen in der Parameterliste mit TPH</div>
<dl> <dl>
@ -1443,7 +1443,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getGenericParameter</h4> <h4>getGenericParameter</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html" title="interface in de.dhbwstuttgart.syntaxtree">Generic</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html" title="interface in de.dhbwstuttgart.syntaxtree">Generic</a></code></dd>
@ -1524,7 +1524,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getSuperClass</h4> <h4>getSuperClass</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;getSuperClass()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;getSuperClass()</pre>
<div class="block">Die Super Klasse dieser Klasse.</div> <div class="block">Die Super Klasse dieser Klasse.</div>
<dl> <dl>
<dt><span class="returnLabel">Returns:</span></dt> <dt><span class="returnLabel">Returns:</span></dt>

View File

@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassBody</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassBody</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -134,7 +134,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#fielddecl">fielddecl</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#fielddecl">fielddecl</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>java.util.Hashtable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>,<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>java.util.Hashtable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>,<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#kill">kill</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#kill">kill</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -183,7 +183,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
@ -247,7 +247,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>kill</h4> <h4>kill</h4>
<pre>public&nbsp;java.util.Hashtable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>,<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; kill</pre> <pre>public&nbsp;java.util.Hashtable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>,<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; kill</pre>
</li> </li>
</ul> </ul>
<a name="parserlog"> <a name="parserlog">
@ -312,7 +312,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>is_declared</h4> <h4>is_declared</h4>
<pre>public&nbsp;boolean&nbsp;is_declared(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <pre>public&nbsp;boolean&nbsp;is_declared(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist) <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)
throws <a href="../../../de/dhbwstuttgart/myexception/SCClassBodyException.html" title="class in de.dhbwstuttgart.myexception">SCClassBodyException</a></pre> throws <a href="../../../de/dhbwstuttgart/myexception/SCClassBodyException.html" title="class in de.dhbwstuttgart.myexception">SCClassBodyException</a></pre>
<dl> <dl>

View File

@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassHelper</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassHelper</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -147,10 +147,10 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a></code></td> <td class="colFirst"><code>static <a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassHelper.html#findGenericType-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">findGenericType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;type, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ClassHelper.html#findGenericType-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">findGenericType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;type,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</code> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td> </td>
</tr> </tr>
@ -200,9 +200,9 @@ extends java.lang.Object</pre>
<li class="blockList"> <li class="blockList">
<h4>findGenericType</h4> <h4>findGenericType</h4>
<pre>@Deprecated <pre>@Deprecated
public static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&nbsp;findGenericType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;type, public static&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&nbsp;findGenericType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;type,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</pre> <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">HOTI <div class="block">HOTI
Diese Methode sucht in der Klassendefinition nach einen GTV, die Diese Methode sucht in der Klassendefinition nach einen GTV, die

View File

@ -100,19 +100,19 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Field</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Method</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Constant</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constant</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -159,11 +159,11 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#exp">exp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#exp">exp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#mod">mod</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#mod">mod</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -171,7 +171,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#name">name</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#name">name</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#typ">typ</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#typ">typ</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -211,7 +211,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#Constant-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">Constant</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#Constant-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">Constant</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code> <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td> </td>
</tr> </tr>
@ -245,7 +245,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getLineNumber--">getLineNumber</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getLineNumber--">getLineNumber</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
@ -253,7 +253,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getType--">getType</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getType--">getType</a></span>()</code>
<div class="block">Gibt den Typ der Konstantendefinition zurueck.</div> <div class="block">Gibt den Typ der Konstantendefinition zurueck.</div>
</td> </td>
@ -269,7 +269,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getTypeName--">getTypeName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getTypeName--">getTypeName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getValue--">getValue</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#getValue--">getValue</a></span>()</code>
<div class="block">Gibt den Wert der Konstantendefinition zurueck.</div> <div class="block">Gibt den Wert der Konstantendefinition zurueck.</div>
</td> </td>
@ -280,7 +280,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr> </tr>
<tr id="i10" class="altColor"> <tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</code>&nbsp;</td>
</tr> </tr>
<tr id="i11" class="rowColor"> <tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -288,13 +288,13 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr> </tr>
<tr id="i12" class="altColor"> <tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</code>
<div class="block">Legt den Typ der Konstantendefinition fest</div> <div class="block">Legt den Typ der Konstantendefinition fest</div>
</td> </td>
</tr> </tr>
<tr id="i13" class="rowColor"> <tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setValue-de.dhbwstuttgart.syntaxtree.statement.Expr-">setValue</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;exp)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constant.html#setValue-de.dhbwstuttgart.syntaxtree.statement.Expr-">setValue</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;exp)</code>
<div class="block">Legt den Wert der Konstantendefinition fest.</div> <div class="block">Legt den Wert der Konstantendefinition fest.</div>
</td> </td>
</tr> </tr>
@ -370,7 +370,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>mod</h4> <h4>mod</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a> mod</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a> mod</pre>
</li> </li>
</ul> </ul>
<a name="exp"> <a name="exp">
@ -379,7 +379,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>exp</h4> <h4>exp</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a> exp</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a> exp</pre>
</li> </li>
</ul> </ul>
<a name="typ"> <a name="typ">
@ -388,7 +388,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>typ</h4> <h4>typ</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a> typ</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a> typ</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -407,7 +407,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<h4>Constant</h4> <h4>Constant</h4>
<pre>@Deprecated <pre>@Deprecated
public&nbsp;Constant(java.lang.String&nbsp;name, public&nbsp;Constant(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</li> </li>
</ul> </ul>
@ -425,7 +425,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getValue</h4> <h4>getValue</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;getValue()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;getValue()</pre>
<div class="block">Gibt den Wert der Konstantendefinition zurueck.</div> <div class="block">Gibt den Wert der Konstantendefinition zurueck.</div>
</li> </li>
</ul> </ul>
@ -435,7 +435,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setValue</h4> <h4>setValue</h4>
<pre>public&nbsp;void&nbsp;setValue(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;exp)</pre> <pre>public&nbsp;void&nbsp;setValue(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;exp)</pre>
<div class="block">Legt den Wert der Konstantendefinition fest.</div> <div class="block">Legt den Wert der Konstantendefinition fest.</div>
</li> </li>
</ul> </ul>
@ -445,7 +445,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getType</h4> <h4>getType</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;getType()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;getType()</pre>
<div class="block">Gibt den Typ der Konstantendefinition zurueck.</div> <div class="block">Gibt den Typ der Konstantendefinition zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@ -461,7 +461,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setType</h4> <h4>setType</h4>
<pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</pre> <pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</pre>
<div class="block">Legt den Typ der Konstantendefinition fest</div> <div class="block">Legt den Typ der Konstantendefinition fest</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@ -516,7 +516,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getModifiers</h4> <h4>getModifiers</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;getModifiers()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;getModifiers()</pre>
</li> </li>
</ul> </ul>
<a name="setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-"> <a name="setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">
@ -525,7 +525,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setModifiers</h4> <h4>setModifiers</h4>
<pre>public&nbsp;void&nbsp;setModifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</pre> <pre>public&nbsp;void&nbsp;setModifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</pre>
</li> </li>
</ul> </ul>
<a name="getOffset--"> <a name="getOffset--">

View File

@ -100,19 +100,19 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Field</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Method</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Constructor</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constructor</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -220,7 +220,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constructor.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Constructor.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/ConstraintsSet.html" title="class in de.dhbwstuttgart.typeinference">ConstraintsSet</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/ConstraintsSet.html" title="class in de.dhbwstuttgart.typeinference">ConstraintsSet</a></code></td>
@ -354,7 +354,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>setType</h4> <h4>setType</h4>
<pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</pre> <pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd>

View File

@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ExceptionList</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ExceptionList</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -130,7 +130,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ExceptionList.html#reftype">reftype</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ExceptionList.html#reftype">reftype</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -167,7 +167,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ExceptionList.html#set_addElem-de.dhbwstuttgart.syntaxtree.type.RefType-">set_addElem</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;rety)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/ExceptionList.html#set_addElem-de.dhbwstuttgart.syntaxtree.type.RefType-">set_addElem</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;rety)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -197,7 +197,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>reftype</h4> <h4>reftype</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&gt; reftype</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&gt; reftype</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -231,7 +231,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>set_addElem</h4> <h4>set_addElem</h4>
<pre>public&nbsp;void&nbsp;set_addElem(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;rety)</pre> <pre>public&nbsp;void&nbsp;set_addElem(<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;rety)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -100,13 +100,13 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Field</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -149,7 +149,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code>protected <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#declid">declid</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#declid">declid</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -161,7 +161,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#offset">offset</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#offset">offset</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#typ">typ</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#typ">typ</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -211,13 +211,13 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">createTypeInsertPoint</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a>&nbsp;tph, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">createTypeInsertPoint</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a>&nbsp;tph,
<a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code> <a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div> <div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div>
</td> </td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
@ -225,7 +225,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getDeclIdMenge--">getDeclIdMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getDeclIdMenge--">getDeclIdMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
@ -239,7 +239,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getGenericDeclarationList--">getGenericDeclarationList</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getGenericDeclarationList--">getGenericDeclarationList</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
@ -259,7 +259,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i12" class="altColor"> <tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getType--">getType</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#getType--">getType</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i13" class="rowColor"> <tr id="i13" class="rowColor">
@ -276,11 +276,11 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr> </tr>
<tr id="i16" class="altColor"> <tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td>
</tr> </tr>
<tr id="i17" class="rowColor"> <tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclIdMenge</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclIdMenge</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</code>&nbsp;</td>
</tr> </tr>
<tr id="i18" class="altColor"> <tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -292,7 +292,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr> </tr>
<tr id="i20" class="altColor"> <tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</code>&nbsp;</td>
</tr> </tr>
<tr id="i21" class="rowColor"> <tr id="i21" class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../de/dhbwstuttgart/typeinference/ConstraintsSet.html" title="class in de.dhbwstuttgart.typeinference">ConstraintsSet</a></code></td> <td class="colFirst"><code>abstract <a href="../../../de/dhbwstuttgart/typeinference/ConstraintsSet.html" title="class in de.dhbwstuttgart.typeinference">ConstraintsSet</a></code></td>
@ -300,7 +300,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr> </tr>
<tr id="i22" class="altColor"> <tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</code>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div> <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div>
</td> </td>
</tr> </tr>
@ -353,7 +353,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>declid</h4> <h4>declid</h4>
<pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt; declid</pre> <pre>protected&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt; declid</pre>
</li> </li>
</ul> </ul>
<a name="typ"> <a name="typ">
@ -362,7 +362,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>typ</h4> <h4>typ</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a> typ</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a> typ</pre>
</li> </li>
</ul> </ul>
<a name="offset"> <a name="offset">
@ -442,7 +442,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setType</h4> <h4>setType</h4>
<pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</pre> <pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd>
@ -457,7 +457,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getType</h4> <h4>getType</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;getType()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;getType()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#getType--">getType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#getType--">getType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd>
@ -470,7 +470,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getGenericParameter</h4> <h4>getGenericParameter</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html" title="interface in de.dhbwstuttgart.syntaxtree">Generic</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html" title="interface in de.dhbwstuttgart.syntaxtree">Generic</a></code></dd>
@ -492,7 +492,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_DeclId</h4> <h4>set_DeclId</h4>
<pre>public&nbsp;void&nbsp;set_DeclId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</pre> <pre>public&nbsp;void&nbsp;set_DeclId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</pre>
</li> </li>
</ul> </ul>
<a name="get_Name--"> <a name="get_Name--">
@ -501,7 +501,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_Name</h4> <h4>get_Name</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;get_Name()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;get_Name()</pre>
</li> </li>
</ul> </ul>
<a name="getDeclIdMenge--"> <a name="getDeclIdMenge--">
@ -510,7 +510,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getDeclIdMenge</h4> <h4>getDeclIdMenge</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;getDeclIdMenge()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;getDeclIdMenge()</pre>
</li> </li>
</ul> </ul>
<a name="setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-"> <a name="setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">
@ -519,7 +519,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setDeclIdMenge</h4> <h4>setDeclIdMenge</h4>
<pre>public&nbsp;void&nbsp;setDeclIdMenge(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</pre> <pre>public&nbsp;void&nbsp;setDeclIdMenge(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</pre>
</li> </li>
</ul> </ul>
<a name="printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-"> <a name="printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">
@ -590,7 +590,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>createTypeInsertPoint</h4> <h4>createTypeInsertPoint</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a>&nbsp;createTypeInsertPoint(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a>&nbsp;tph, <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a>&nbsp;createTypeInsertPoint(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a>&nbsp;tph,
<a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertable</a></code></span></div> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertable</a></code></span></div>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable. <div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.
@ -609,7 +609,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>wandleRefTypeAttributes2GenericAttributes</h4> <h4>wandleRefTypeAttributes2GenericAttributes</h4>
<pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</pre> <pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</pre>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen. <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.
Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen. Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen.
Diese Methode ersetzt die RefTypes gegebenenfalls durch eine GTV.</div> Diese Methode ersetzt die RefTypes gegebenenfalls durch eine GTV.</div>

View File

@ -100,16 +100,16 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Field</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.FieldDeclaration</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FieldDeclaration</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -155,7 +155,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#wert">wert</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#wert">wert</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -191,7 +191,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#FieldDeclaration-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-">FieldDeclaration</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#FieldDeclaration-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-">FieldDeclaration</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</code> <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</code>
<div class="block">Dieser Konstruktor der FieldDeclaration erstellt den Syntaxknoten vollständig.</div> <div class="block">Dieser Konstruktor der FieldDeclaration erstellt den Syntaxknoten vollständig.</div>
</td> </td>
</tr> </tr>
@ -229,7 +229,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#getVariableLength--">getVariableLength</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#getVariableLength--">getVariableLength</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#getWert--">getWert</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#getWert--">getWert</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
@ -244,7 +244,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#setWert-de.dhbwstuttgart.syntaxtree.statement.Expr-">setWert</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;initialExpression)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#setWert-de.dhbwstuttgart.syntaxtree.statement.Expr-">setWert</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;initialExpression)</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td> <td class="colFirst"><code>java.lang.String</code></td>
@ -256,7 +256,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
</tr> </tr>
<tr id="i10" class="altColor"> <tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FieldDeclaration.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</code>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div> <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div>
</td> </td>
</tr> </tr>
@ -309,7 +309,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>wert</h4> <h4>wert</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a> wert</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a> wert</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -327,7 +327,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<li class="blockList"> <li class="blockList">
<h4>FieldDeclaration</h4> <h4>FieldDeclaration</h4>
<pre>public&nbsp;FieldDeclaration(java.lang.String&nbsp;name, <pre>public&nbsp;FieldDeclaration(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;typ)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;typ)</pre>
<div class="block">Dieser Konstruktor der FieldDeclaration erstellt den Syntaxknoten vollständig. <div class="block">Dieser Konstruktor der FieldDeclaration erstellt den Syntaxknoten vollständig.
Kein nachträgliches hinzfügen von Informationen oder aufrufen von parserPostProcessing ist notwendig.</div> Kein nachträgliches hinzfügen von Informationen oder aufrufen von parserPostProcessing ist notwendig.</div>
</li> </li>
@ -355,7 +355,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setWert</h4> <h4>setWert</h4>
<pre>public&nbsp;void&nbsp;setWert(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;initialExpression)</pre> <pre>public&nbsp;void&nbsp;setWert(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;initialExpression)</pre>
</li> </li>
</ul> </ul>
<a name="getWert--"> <a name="getWert--">
@ -364,7 +364,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getWert</h4> <h4>getWert</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&nbsp;getWert()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&nbsp;getWert()</pre>
</li> </li>
</ul> </ul>
<a name="getIdentifier--"> <a name="getIdentifier--">
@ -485,7 +485,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>wandleRefTypeAttributes2GenericAttributes</h4> <h4>wandleRefTypeAttributes2GenericAttributes</h4>
<pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</pre> <pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">Field</a></code></span></div> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">Field</a></code></span></div>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen. <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.
Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen. Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen.

View File

@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.FormalParameter</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FormalParameter</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
</dl> </dl>
<dl> <dl>
<dt>Direct Known Subclasses:</dt> <dt>Direct Known Subclasses:</dt>
<dd><a href="../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</a></dd> <dd><a href="../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaParameter</a></dd>
</dl> </dl>
<hr> <hr>
<br> <br>
@ -144,7 +144,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#declid">declid</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#declid">declid</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -152,7 +152,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#inferencelog">inferencelog</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#inferencelog">inferencelog</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#type">type</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#type">type</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -177,7 +177,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#FormalParameter-de.dhbwstuttgart.syntaxtree.misc.DeclId-">FormalParameter</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;name)</code>&nbsp;</td> <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#FormalParameter-de.dhbwstuttgart.syntaxtree.misc.DeclId-">FormalParameter</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;name)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
</li> </li>
@ -196,7 +196,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">createTypeInsertPoint</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a>&nbsp;tph, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">createTypeInsertPoint</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a>&nbsp;tph,
<a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code> <a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div> <div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div>
</td> </td>
@ -210,7 +210,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getChildren--">getChildren</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getDeclId--">getDeclId</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getDeclId--">getDeclId</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
@ -236,7 +236,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</td> </td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getType--">getType</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getType--">getType</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i9" class="rowColor"> <tr id="i9" class="rowColor">
@ -269,7 +269,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr> </tr>
<tr id="i15" class="rowColor"> <tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td>
</tr> </tr>
<tr id="i16" class="altColor"> <tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -277,7 +277,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr> </tr>
<tr id="i17" class="rowColor"> <tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</code>
<div class="block"><br/>Author: J�rg B�uerle</div> <div class="block"><br/>Author: J�rg B�uerle</div>
</td> </td>
</tr> </tr>
@ -320,7 +320,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>type</h4> <h4>type</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a> type</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a> type</pre>
</li> </li>
</ul> </ul>
<a name="declid"> <a name="declid">
@ -329,7 +329,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>declid</h4> <h4>declid</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a> declid</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a> declid</pre>
</li> </li>
</ul> </ul>
<a name="inferencelog"> <a name="inferencelog">
@ -355,7 +355,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>FormalParameter</h4> <h4>FormalParameter</h4>
<pre>public&nbsp;FormalParameter(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;name)</pre> <pre>public&nbsp;FormalParameter(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;name)</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -385,7 +385,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setType</h4> <h4>setType</h4>
<pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</pre> <pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</pre>
<div class="block"><br/>Author: J�rg B�uerle</div> <div class="block"><br/>Author: J�rg B�uerle</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@ -401,7 +401,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_DeclId</h4> <h4>set_DeclId</h4>
<pre>public&nbsp;void&nbsp;set_DeclId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</pre> <pre>public&nbsp;void&nbsp;set_DeclId(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</pre>
</li> </li>
</ul> </ul>
<a name="getIdentifier--"> <a name="getIdentifier--">
@ -423,7 +423,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getType</h4> <h4>getType</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;getType()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;getType()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#getType--">getType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#getType--">getType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd>
@ -565,7 +565,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>createTypeInsertPoint</h4> <h4>createTypeInsertPoint</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a>&nbsp;createTypeInsertPoint(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a>&nbsp;tph, <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html" title="class in de.dhbwstuttgart.typeinference.typedeployment">TypeInsertPoint</a>&nbsp;createTypeInsertPoint(<a href="../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a>&nbsp;tph,
<a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <a href="../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertable</a></code></span></div> <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html#createTypeInsertPoint-de.dhbwstuttgart.syntaxtree.type.TypePlaceholder-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertable</a></code></span></div>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable. <div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.
@ -597,7 +597,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getDeclId</h4> <h4>getDeclId</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;getDeclId()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;getDeclId()</pre>
</li> </li>
</ul> </ul>
<a name="getDescription--"> <a name="getDescription--">

View File

@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -130,7 +130,7 @@ var activeTableTab = "activeTableTab";
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Generic.html#getGenericParameter--">getGenericParameter</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
@ -167,7 +167,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>getGenericParameter</h4> <h4>getGenericParameter</h4>
<pre>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre> <pre>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getGenericParameter()</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.GenericDeclarationList</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GenericDeclarationList</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -114,13 +114,13 @@ var activeTableTab = "activeTableTab";
<li class="blockList"> <li class="blockList">
<dl> <dl>
<dt>All Implemented Interfaces:</dt> <dt>All Implemented Interfaces:</dt>
<dd><a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</dd> <dd><a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</dd>
</dl> </dl>
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">GenericDeclarationList</span> <pre>public class <span class="typeNameLabel">GenericDeclarationList</span>
extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>
implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</pre> implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</pre>
<div class="block">Stellt eine Deklarations-Liste von Generischen Variablen dar. <div class="block">Stellt eine Deklarations-Liste von Generischen Variablen dar.
Kann vor Methoden und Klassen auftauchen. (<....>)</div> Kann vor Methoden und Klassen auftauchen. (<....>)</div>
<dl> <dl>
@ -146,7 +146,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#gtvs">gtvs</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#gtvs">gtvs</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -175,7 +175,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#GenericDeclarationList-de.dhbwstuttgart.typeinference.Menge-int-">GenericDeclarationList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#GenericDeclarationList-de.dhbwstuttgart.typeinference.Menge-int-">GenericDeclarationList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values,
int&nbsp;endOffset)</code>&nbsp;</td> int&nbsp;endOffset)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -195,11 +195,11 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#add-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-">add</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&nbsp;t)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#add-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-">add</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&nbsp;t)</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code>private void</code></td> <td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#addAll-de.dhbwstuttgart.typeinference.Menge-">addAll</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#addAll-de.dhbwstuttgart.typeinference.Menge-">addAll</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values)</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&gt;</code></td>
@ -210,7 +210,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getEndOffset--">getEndOffset</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getEndOffset--">getEndOffset</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getMenge--">getMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getMenge--">getMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
@ -222,7 +222,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getVariableLength--">getVariableLength</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#getVariableLength--">getVariableLength</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></td> <td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#iterator--">iterator</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html#iterator--">iterator</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
@ -280,7 +280,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>gtvs</h4> <h4>gtvs</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt; gtvs</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt; gtvs</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -297,7 +297,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>GenericDeclarationList</h4> <h4>GenericDeclarationList</h4>
<pre>public&nbsp;GenericDeclarationList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values, <pre>public&nbsp;GenericDeclarationList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values,
int&nbsp;endOffset)</pre> int&nbsp;endOffset)</pre>
</li> </li>
</ul> </ul>
@ -315,7 +315,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>addAll</h4> <h4>addAll</h4>
<pre>private&nbsp;void&nbsp;addAll(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values)</pre> <pre>private&nbsp;void&nbsp;addAll(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;values)</pre>
</li> </li>
</ul> </ul>
<a name="getEndOffset--"> <a name="getEndOffset--">
@ -359,10 +359,10 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>iterator</h4> <h4>iterator</h4>
<pre>public&nbsp;java.util.Iterator&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;iterator()</pre> <pre>public&nbsp;java.util.Iterator&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;iterator()</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;</code></dd> <dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;</code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -394,7 +394,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getMenge</h4> <h4>getMenge</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getMenge()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;getMenge()</pre>
</li> </li>
</ul> </ul>
<a name="add-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-"> <a name="add-de.dhbwstuttgart.syntaxtree.type.GenericTypeVar-">
@ -403,7 +403,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>add</h4> <h4>add</h4>
<pre>public&nbsp;void&nbsp;add(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&nbsp;t)</pre> <pre>public&nbsp;void&nbsp;add(<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&nbsp;t)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -103,10 +103,10 @@
<li>java.util.Vector&lt;A&gt;</li> <li>java.util.Vector&lt;A&gt;</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">de.dhbwstuttgart.typeinference.Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</li> <li><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">de.dhbwstuttgart.typeinference.Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ImportDeclarations</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ImportDeclarations</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -123,12 +123,12 @@
<li class="blockList"> <li class="blockList">
<dl> <dl>
<dt>All Implemented Interfaces:</dt> <dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;, java.util.Collection&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;, java.util.List&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;, java.util.RandomAccess</dd> <dd>java.io.Serializable, java.lang.Cloneable, java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;, java.util.Collection&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;, java.util.List&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;, java.util.RandomAccess</dd>
</dl> </dl>
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">ImportDeclarations</span> <pre>public class <span class="typeNameLabel">ImportDeclarations</span>
extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</pre> extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</pre>
<div class="block">HOTI 4.5.06 <div class="block">HOTI 4.5.06
Auch wenn es nicht so aussieht, hat diese Klasse einen Sinn :-) Auch wenn es nicht so aussieht, hat diese Klasse einen Sinn :-)
Der Parser kann keine Generischen Typen darstellen, damit trotzdem Der Parser kann keine Generischen Typen darstellen, damit trotzdem

View File

@ -100,16 +100,16 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.ClassOrInterface</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Interface</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Interface</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -173,7 +173,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Interface.html#Interface-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Interface</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Interface.html#Interface-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Interface</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -201,7 +201,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Interface.html#setParaList-de.dhbwstuttgart.typeinference.Menge-">setParaList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Interface.html#setParaList-de.dhbwstuttgart.typeinference.Menge-">setParaList</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -263,7 +263,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<li class="blockList"> <li class="blockList">
<h4>Interface</h4> <h4>Interface</h4>
<pre>public&nbsp;Interface(java.lang.String&nbsp;name, <pre>public&nbsp;Interface(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -299,7 +299,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>setParaList</h4> <h4>setParaList</h4>
<pre>public&nbsp;void&nbsp;setParaList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge)</pre> <pre>public&nbsp;void&nbsp;setParaList(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge)</pre>
</li> </li>
</ul> </ul>
</li> </li>

View File

@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.InterfaceBody</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.InterfaceBody</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -100,16 +100,16 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.Field</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Method</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -160,7 +160,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#block">block</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#block">block</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -201,7 +201,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#parserlog">parserlog</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#parserlog">parserlog</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#returntype">returntype</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#returntype">returntype</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -241,9 +241,9 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name, <td class="colOne"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;returnType, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;returnType,
<a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList, <a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList,
<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block, <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block,
<a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations, <a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
@ -278,7 +278,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#get_Block--">get_Block</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#get_Block--">get_Block</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
@ -320,7 +320,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#getParameterList--">getParameterList</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#getParameterList--">getParameterList</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i13" class="rowColor"> <tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#getType--">getType</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#getType--">getType</a></span>()</code>
<div class="block">Der Typ einer Methode ist ihr Returntype</div> <div class="block">Der Typ einer Methode ist ihr Returntype</div>
</td> </td>
@ -362,7 +362,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr id="i21" class="rowColor"> <tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Block-de.dhbwstuttgart.syntaxtree.statement.Block-">set_Block</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;blo)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Block-de.dhbwstuttgart.syntaxtree.statement.Block-">set_Block</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;blo)</code>&nbsp;</td>
</tr> </tr>
<tr id="i22" class="altColor"> <tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -374,7 +374,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr id="i24" class="altColor"> <tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</code>&nbsp;</td>
</tr> </tr>
<tr id="i25" class="rowColor"> <tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -401,13 +401,13 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr id="i30" class="altColor"> <tr id="i30" class="altColor">
<td class="colFirst"><code>private void</code></td> <td class="colFirst"><code>private void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">setReturnType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;type)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">setReturnType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;type)</code>
<div class="block"><br/>Author: Jrg Buerle</div> <div class="block"><br/>Author: Jrg Buerle</div>
</td> </td>
</tr> </tr>
<tr id="i31" class="rowColor"> <tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td>
</tr> </tr>
<tr id="i32" class="altColor"> <tr id="i32" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td> <td class="colFirst"><code>java.lang.String</code></td>
@ -421,7 +421,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr id="i34" class="altColor"> <tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;classParalist)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/Method.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;classParalist)</code>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div> <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.</div>
</td> </td>
</tr> </tr>
@ -481,7 +481,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>block</h4> <h4>block</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a> block</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a> block</pre>
</li> </li>
</ul> </ul>
<a name="parameterlist"> <a name="parameterlist">
@ -508,7 +508,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>returntype</h4> <h4>returntype</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a> returntype</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a> returntype</pre>
</li> </li>
</ul> </ul>
<a name="overloadedID"> <a name="overloadedID">
@ -602,9 +602,9 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<li class="blockList"> <li class="blockList">
<h4>Method</h4> <h4>Method</h4>
<pre>public&nbsp;Method(java.lang.String&nbsp;name, <pre>public&nbsp;Method(java.lang.String&nbsp;name,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;returnType, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;returnType,
<a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList, <a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList,
<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block, <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block,
<a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations, <a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
@ -632,7 +632,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_Block</h4> <h4>get_Block</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;get_Block()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;get_Block()</pre>
</li> </li>
</ul> </ul>
<a name="setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-"> <a name="setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">
@ -641,7 +641,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setReturnType</h4> <h4>setReturnType</h4>
<pre>private&nbsp;void&nbsp;setReturnType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;type)</pre> <pre>private&nbsp;void&nbsp;setReturnType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;type)</pre>
<div class="block"><br/>Author: Jrg Buerle</div> <div class="block"><br/>Author: Jrg Buerle</div>
<dl> <dl>
<dt><span class="paramLabel">Parameters:</span></dt> <dt><span class="paramLabel">Parameters:</span></dt>
@ -655,7 +655,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_Block</h4> <h4>set_Block</h4>
<pre>public&nbsp;void&nbsp;set_Block(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;blo)</pre> <pre>public&nbsp;void&nbsp;set_Block(<a href="../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;blo)</pre>
</li> </li>
</ul> </ul>
<a name="set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-"> <a name="set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">
@ -664,7 +664,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_Modifiers</h4> <h4>set_Modifiers</h4>
<pre>public&nbsp;void&nbsp;set_Modifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</pre> <pre>public&nbsp;void&nbsp;set_Modifiers(<a href="../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</pre>
</li> </li>
</ul> </ul>
<a name="set_ExceptionList-de.dhbwstuttgart.syntaxtree.ExceptionList-"> <a name="set_ExceptionList-de.dhbwstuttgart.syntaxtree.ExceptionList-">
@ -872,7 +872,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>wandleRefTypeAttributes2GenericAttributes</h4> <h4>wandleRefTypeAttributes2GenericAttributes</h4>
<pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;classParalist)</pre> <pre>public&nbsp;void&nbsp;wandleRefTypeAttributes2GenericAttributes(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;classParalist)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">Field</a></code></span></div> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../de/dhbwstuttgart/syntaxtree/Field.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-">Field</a></code></span></div>
<div class="block">Wird im Zuge des ParserPostProcessing aufgerufen. <div class="block">Wird im Zuge des ParserPostProcessing aufgerufen.
Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen. Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen.
@ -985,7 +985,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setType</h4> <h4>setType</h4>
<pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</pre> <pre>public&nbsp;void&nbsp;setType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd> <dd><code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a></code></dd>
@ -1002,7 +1002,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getType</h4> <h4>getType</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;getType()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;getType()</pre>
<div class="block">Der Typ einer Methode ist ihr Returntype</div> <div class="block">Der Typ einer Methode ist ihr Returntype</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

View File

@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ParameterList</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ParameterList</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.SourceFile</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SourceFile</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -178,7 +178,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#LOAD_BASIC_ASSUMPTIONS_FROM_JRE">LOAD_BASIC_ASSUMPTIONS_FROM_JRE</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#LOAD_BASIC_ASSUMPTIONS_FROM_JRE">LOAD_BASIC_ASSUMPTIONS_FROM_JRE</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#pkgName">pkgName</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#pkgName">pkgName</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -252,13 +252,13 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
<td class="colFirst"><code>private boolean</code></td> <td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#containsString-de.dhbwstuttgart.typeinference.Menge-java.lang.String-">containsString</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#containsString-de.dhbwstuttgart.typeinference.Menge-java.lang.String-">containsString</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge,
java.lang.String&nbsp;searchString)</code>&nbsp;</td> java.lang.String&nbsp;searchString)</code>&nbsp;</td>
</tr> </tr>
<tr id="i3" class="rowColor"> <tr id="i3" class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createPairFromClassAndSuperclass-de.dhbwstuttgart.syntaxtree.Class-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">createPairFromClassAndSuperclass</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createPairFromClassAndSuperclass-de.dhbwstuttgart.syntaxtree.Class-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">createPairFromClassAndSuperclass</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg,
<a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</code> <a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</code>
@ -266,10 +266,10 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</td> </td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createTypeFromJavaGenericType-java.lang.reflect.Type-java.lang.Class-java.util.Hashtable-de.dhbwstuttgart.syntaxtree.Class-">createTypeFromJavaGenericType</a></span>(java.lang.reflect.Type&nbsp;type, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createTypeFromJavaGenericType-java.lang.reflect.Type-java.lang.Class-java.util.Hashtable-de.dhbwstuttgart.syntaxtree.Class-">createTypeFromJavaGenericType</a></span>(java.lang.reflect.Type&nbsp;type,
java.lang.Class&lt;?&gt;&nbsp;cl, java.lang.Class&lt;?&gt;&nbsp;cl,
java.util.Hashtable&lt;java.lang.String,<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry, java.util.Hashtable&lt;java.lang.String,<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry,
<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</code>&nbsp;</td> <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
@ -293,7 +293,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i10" class="altColor"> <tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getPackageName--">getPackageName</a></span>()</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getPackageName--">getPackageName</a></span>()</code>
<div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars <div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars
dieser Klasse gespeichert werden.</div> dieser Klasse gespeichert werden.</div>
@ -328,7 +328,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr> </tr>
<tr id="i17" class="rowColor"> <tr id="i17" class="rowColor">
<td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></code></td> <td class="colFirst"><code>private <a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#makeBasicAssumptionsFromJRE-de.dhbwstuttgart.typeinference.Menge-boolean-">makeBasicAssumptionsFromJRE</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports, <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#makeBasicAssumptionsFromJRE-de.dhbwstuttgart.typeinference.Menge-boolean-">makeBasicAssumptionsFromJRE</a></span>(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports,
boolean&nbsp;withSubtypes)</code> boolean&nbsp;withSubtypes)</code>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div> <div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
</td> </td>
@ -364,7 +364,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr> </tr>
<tr id="i23" class="rowColor"> <tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td>
</tr> </tr>
<tr id="i24" class="altColor"> <tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/typeinference/TypeinferenceResultSet.html" title="class in de.dhbwstuttgart.typeinference">TypeinferenceResultSet</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/typeinference/TypeinferenceResultSet.html" title="class in de.dhbwstuttgart.typeinference">TypeinferenceResultSet</a>&gt;</code></td>
@ -482,7 +482,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>pkgName</h4> <h4>pkgName</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> pkgName</pre> <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> pkgName</pre>
</li> </li>
</ul> </ul>
<a name="KlassenVektor"> <a name="KlassenVektor">
@ -587,7 +587,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<li class="blockList"> <li class="blockList">
<h4>createPairFromClassAndSuperclass</h4> <h4>createPairFromClassAndSuperclass</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&nbsp;createPairFromClassAndSuperclass(<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass, <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a>&nbsp;createPairFromClassAndSuperclass(<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg,
<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg, <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg,
<a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</pre> <a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</pre>
@ -649,7 +649,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>makeBasicAssumptionsFromJRE</h4> <h4>makeBasicAssumptionsFromJRE</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;makeBasicAssumptionsFromJRE(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports, <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;makeBasicAssumptionsFromJRE(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports,
boolean&nbsp;withSubtypes)</pre> boolean&nbsp;withSubtypes)</pre>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div> <div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
<dl> <dl>
@ -685,7 +685,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>containsString</h4> <h4>containsString</h4>
<pre>private&nbsp;boolean&nbsp;containsString(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge, <pre>private&nbsp;boolean&nbsp;containsString(<a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge,
java.lang.String&nbsp;searchString)</pre> java.lang.String&nbsp;searchString)</pre>
</li> </li>
</ul> </ul>
@ -695,9 +695,9 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>createTypeFromJavaGenericType</h4> <h4>createTypeFromJavaGenericType</h4>
<pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;createTypeFromJavaGenericType(java.lang.reflect.Type&nbsp;type, <pre>private&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;createTypeFromJavaGenericType(java.lang.reflect.Type&nbsp;type,
java.lang.Class&lt;?&gt;&nbsp;cl, java.lang.Class&lt;?&gt;&nbsp;cl,
java.util.Hashtable&lt;java.lang.String,<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry, java.util.Hashtable&lt;java.lang.String,<a href="../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry,
<a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</pre> <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</pre>
</li> </li>
</ul> </ul>
@ -746,7 +746,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getPackageName</h4> <h4>getPackageName</h4>
<pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre> <pre>public&nbsp;<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre>
<div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars <div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars
dieser Klasse gespeichert werden. Diese Mengeen werden unter den Klassennamen dieser Klasse gespeichert werden. Diese Mengeen werden unter den Klassennamen
in der in der
@ -780,7 +780,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setPackageName</h4> <h4>setPackageName</h4>
<pre>public&nbsp;void&nbsp;setPackageName(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</pre> <pre>public&nbsp;void&nbsp;setPackageName(<a href="../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</pre>
</li> </li>
</ul> </ul>
<a name="addImports-de.dhbwstuttgart.syntaxtree.ImportDeclarations-"> <a name="addImports-de.dhbwstuttgart.syntaxtree.ImportDeclarations-">

View File

@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
</dl> </dl>
<dl> <dl>
<dt>Direct Known Subclasses:</dt> <dt>Direct Known Subclasses:</dt>
<dd><a href="../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.syntaxtree.operator">Operator</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree">SourceFile</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></dd> <dd><a href="../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">Operator</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/SourceFile.html" title="class in de.dhbwstuttgart.syntaxtree">SourceFile</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a>, <a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></dd>
</dl> </dl>
<hr> <hr>
<br> <br>
@ -219,7 +219,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr> </tr>
<tr id="i9" class="rowColor"> <tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html#seesType-de.dhbwstuttgart.syntaxtree.type.Type-">seesType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;tA2)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html#seesType-de.dhbwstuttgart.syntaxtree.type.Type-">seesType</a></span>(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;tA2)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -374,7 +374,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>seesType</h4> <h4>seesType</h4>
<pre>public&nbsp;boolean&nbsp;seesType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;tA2)</pre> <pre>public&nbsp;boolean&nbsp;seesType(<a href="../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;tA2)</pre>
</li> </li>
</ul> </ul>
<a name="getMatchingParentNode-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-"> <a name="getMatchingParentNode-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.BasicAssumptionClass</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.BasicAssumptionClass" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.BasicAssumptionClass" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.BasicAssumptionClass</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ClassOrInterface</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ClassOrInterface" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Class</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Class</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -189,7 +189,7 @@
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></code></td> <td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/typeinference/Pair.html" title="class in de.dhbwstuttgart.typeinference">Pair</a></code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createPairFromClassAndSuperclass-de.dhbwstuttgart.syntaxtree.Class-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">createPairFromClassAndSuperclass</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass, <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createPairFromClassAndSuperclass-de.dhbwstuttgart.syntaxtree.Class-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">createPairFromClassAndSuperclass</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;baseClass,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;classParaOrg,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&nbsp;superclassParaOrg,
<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</code> <a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass)</code>
@ -221,10 +221,10 @@
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createTypeFromJavaGenericType-java.lang.reflect.Type-java.lang.Class-java.util.Hashtable-de.dhbwstuttgart.syntaxtree.Class-">createTypeFromJavaGenericType</a></span>(java.lang.reflect.Type&nbsp;type, <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#createTypeFromJavaGenericType-java.lang.reflect.Type-java.lang.Class-java.util.Hashtable-de.dhbwstuttgart.syntaxtree.Class-">createTypeFromJavaGenericType</a></span>(java.lang.reflect.Type&nbsp;type,
java.lang.Class&lt;?&gt;&nbsp;cl, java.lang.Class&lt;?&gt;&nbsp;cl,
java.util.Hashtable&lt;java.lang.String,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry, java.util.Hashtable&lt;java.lang.String,<a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;jreSpiderRegistry,
<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;parentClass)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -238,7 +238,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ClassBody.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><span class="typeNameLabel">ClassBody.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -258,9 +258,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with type arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with type arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -268,7 +268,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#is_declared-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-">is_declared</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&gt;&nbsp;classlist)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -394,14 +394,14 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getTypeOfFieldVar-java.lang.String-de.dhbwstuttgart.syntaxtree.Class-">getTypeOfFieldVar</a></span>(java.lang.String&nbsp;withName, <td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getTypeOfFieldVar-java.lang.String-de.dhbwstuttgart.syntaxtree.Class-">getTypeOfFieldVar</a></span>(java.lang.String&nbsp;withName,
<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;inClass)</code> <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;inClass)</code>
<div class="block">Liefert den Typ einer Feldvariable der Klasse inClass</div> <div class="block">Liefert den Typ einer Feldvariable der Klasse inClass</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getVarType-java.lang.String-de.dhbwstuttgart.syntaxtree.Class-">getVarType</a></span>(java.lang.String&nbsp;variableName, <td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getVarType-java.lang.String-de.dhbwstuttgart.syntaxtree.Class-">getVarType</a></span>(java.lang.String&nbsp;variableName,
<a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;inScope)</code> <a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class in de.dhbwstuttgart.syntaxtree">Class</a>&nbsp;inScope)</code>
<div class="block">Durchsucht die Assumptions des aktuellen Gültigkeitsbereichs (lokale Variablen und Felder der aktuellen Klasse) nach einem Eintrag für den übergebenen Variablennamen.</div> <div class="block">Durchsucht die Assumptions des aktuellen Gültigkeitsbereichs (lokale Variablen und Felder der aktuellen Klasse) nach einem Eintrag für den übergebenen Variablennamen.</div>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ClassBody</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassBody</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ClassBody" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ClassBody</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassBody" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ClassBody</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -119,52 +119,52 @@
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;object, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;object,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div> <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;usedId, <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;usedId,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ClassHelper</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassHelper</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ClassHelper" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ClassHelper</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassHelper" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ClassHelper</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.ClassHelper</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassHelper</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.Constant</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constant</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.Constant" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Constant</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constant" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Constant</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.Constructor</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constructor</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.Constructor" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Constructor</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constructor" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Constructor</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.Constructor</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constructor</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ExceptionList</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ExceptionList</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ExceptionList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ExceptionList</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ExceptionList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ExceptionList</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.Field</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.Field" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Field</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Field</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.FieldDeclaration</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FieldDeclaration</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.FieldDeclaration" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.FieldDeclaration</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FieldDeclaration" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.FieldDeclaration</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.FieldDeclaration</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FieldDeclaration</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.FormalParameter</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FormalParameter</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.FormalParameter" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.FormalParameter</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FormalParameter" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.FormalParameter</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -163,9 +163,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -173,14 +173,14 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaParameter</a></span></code>
<div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div> <div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html" title="class in de.dhbwstuttgart.syntaxtree">FormalParameter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.GTVDeclarationContext" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -174,9 +174,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that return <a href="../../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that return <a href="../../../../de/dhbwstuttgart/syntaxtree/GTVDeclarationContext.html" title="class in de.dhbwstuttgart.syntaxtree">GTVDeclarationContext</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Interface de.dhbwstuttgart.syntaxtree.Generic</title> <title>Uses of Interface de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Generic</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Interface de.dhbwstuttgart.syntaxtree.Generic" class="title">Uses of Interface<br>de.dhbwstuttgart.syntaxtree.Generic</h2> <h2 title="Uses of Interface de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Generic" class="title">Uses of Interface<br>de.dhbwstuttgart.syntaxtree.Generic</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.GenericDeclarationList</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GenericDeclarationList</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.GenericDeclarationList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.GenericDeclarationList</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GenericDeclarationList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.GenericDeclarationList</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -154,9 +154,9 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;returnType, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;returnType,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList, <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList,
<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block,
<a href="../../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations, <a href="../../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ImportDeclarations</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ImportDeclarations</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ImportDeclarations" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ImportDeclarations</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ImportDeclarations" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ImportDeclarations</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.Interface</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Interface</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.Interface" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Interface</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Interface" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Interface</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.InterfaceBody</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.InterfaceBody</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.InterfaceBody" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.InterfaceBody</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.InterfaceBody" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.InterfaceBody</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.Method</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.Method" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Method</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.Method</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -185,7 +185,7 @@
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td> <td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#getTypeInformation-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">getTypeInformation</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList, <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Class.html#getTypeInformation-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">getTypeInformation</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class in de.dhbwstuttgart.syntaxtree">Method</a>&gt;&nbsp;methodList,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a>&gt;&nbsp;fieldList)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.ParameterList</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ParameterList</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.ParameterList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ParameterList</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ParameterList" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.ParameterList</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -146,9 +146,9 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/Method.html#Method-java.lang.String-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.ParameterList-de.dhbwstuttgart.syntaxtree.statement.Block-de.dhbwstuttgart.syntaxtree.GenericDeclarationList-int-">Method</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;returnType, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;returnType,
<a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList, <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a>&nbsp;parameterList,
<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a>&nbsp;block, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a>&nbsp;block,
<a href="../../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations, <a href="../../../../de/dhbwstuttgart/syntaxtree/GenericDeclarationList.html" title="class in de.dhbwstuttgart.syntaxtree">GenericDeclarationList</a>&nbsp;gtvDeclarations,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
@ -158,9 +158,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> declared as <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> declared as <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
@ -173,7 +173,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/ParameterList.html" title="class in de.dhbwstuttgart.syntaxtree">ParameterList</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.SourceFile</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SourceFile</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.SourceFile" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.SourceFile</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SourceFile" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.SourceFile</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.SyntaxTreeNode" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
@ -87,19 +87,19 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.syntaxtree.operator</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.operator">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -336,9 +336,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -346,7 +346,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">ConstructorCall</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">ConstructorCall</a></span></code>
<div class="block">Diese Klasse stellt den this()-Aufruf dar.</div> <div class="block">Diese Klasse stellt den this()-Aufruf dar.</div>
</td> </td>
</tr> </tr>
@ -356,9 +356,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -366,80 +366,80 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AddOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AddOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AddOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">AndOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/AndOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AndOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">DivideOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/DivideOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">DivideOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">EqualOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/EqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">EqualOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterEquOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterEquOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/GreaterOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">GreaterOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessEquOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessEquOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessEquOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LessOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LessOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">LogOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/LogOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LogOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MinusOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MinusOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">ModuloOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/ModuloOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">ModuloOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">MulOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/MulOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">MulOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">NotEqualOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">NotEqualOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.syntaxtree.operator">Operator</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/Operator.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">Operator</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">OrOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/OrOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">OrOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">PlusOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/PlusOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">PlusOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">RelOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/RelOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">RelOp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">TimesOp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/operator/TimesOp.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">TimesOp</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.syntaxtree.operator</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/operator/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.operator</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -455,9 +455,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -465,182 +465,182 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Assign</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Assign.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Assign</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Binary</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Binary.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Binary</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BinaryExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BinaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BinaryExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Block</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Block.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Block</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BoolLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BoolLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CastExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CastExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CharLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/CharLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">CharLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">DoubleLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">DoubleLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">EmptyStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">EmptyStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">FloatLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">FloatLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ForStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ForStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ForStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IfStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IfStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IfStmt</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstanceOf</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstanceOf</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">InstVar</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstVar</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IntLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/IntLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">IntLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaExpression</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaExpression.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaExpression</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LambdaParameter.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LambdaParameter</a></span></code>
<div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div> <div class="block">Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Literal</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Literal.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Literal</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalOrFieldVar</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalOrFieldVar</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalVarDecl</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LocalVarDecl</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LongLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/LongLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LongLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NegativeExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NegativeExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NegativeExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewArray</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewArray.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewArray</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NewClass</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewClass</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">NotExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/NotExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NotExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Null</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Null</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PositivExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PositivExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PositivExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostDecExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostDecExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PostIncExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PostIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostIncExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreDecExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreDecExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreDecExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">PreIncExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/PreIncExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreIncExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Return</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Return.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Return</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">StringLiteral</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/StringLiteral.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">StringLiteral</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">SuperCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/SuperCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">SuperCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.syntaxtree.statement">This</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/This.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">This</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ThisCall</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ThisCall</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryExpr</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/UnaryExpr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryExpr</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">WhileStmt</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/WhileStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">WhileStmt</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -789,7 +789,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -810,7 +810,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
@ -830,9 +830,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a> in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -840,15 +840,15 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BaseType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BaseType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BaseType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.syntaxtree.type">BooleanType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BooleanType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BooleanType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">BoundedGenericTypeVar</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BoundedGenericTypeVar</a></span></code>
<div class="block">Entspricht einem GenericTypeVar, jedoch mit Bounds <div class="block">Entspricht einem GenericTypeVar, jedoch mit Bounds
(d.h. vorgaben, von welchem Typ die Typevar sein darf (d.h. vorgaben, von welchem Typ die Typevar sein darf
=> extends Class x => extends Class x
@ -858,91 +858,91 @@
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.syntaxtree.type">CharacterType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/CharacterType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">CharacterType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.syntaxtree.type">DoubleType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/DoubleType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">DoubleType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ExtendsWildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ExtendsWildcardType</a></span></code>
<div class="block">Stellt eine Wildcard mit oberer Grenze dar.</div> <div class="block">Stellt eine Wildcard mit oberer Grenze dar.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FloatType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FloatType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshExtendsWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshExtendsWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshSuperWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshSuperWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">FreshWildcardType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshWildcardType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a></span></code>
<div class="block">TODO: Diese Klasse überarbeiten.</div> <div class="block">TODO: Diese Klasse überarbeiten.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.syntaxtree.type">IntegerType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/IntegerType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">IntegerType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.syntaxtree.type">LongType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/LongType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">LongType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ReturnType</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/ReturnType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ReturnType</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">SuperWildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/SuperWildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">SuperWildcardType</a></span></code>
<div class="block">Stellt eine Wildcard mit unterer Grenze dar.</div> <div class="block">Stellt eine Wildcard mit unterer Grenze dar.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></span></code>
<div class="block">Repr�sentiert einen Typparameter f�r einen vom Programmierer nicht angegeben <div class="block">Repr�sentiert einen Typparameter f�r einen vom Programmierer nicht angegeben
Typ.</div> Typ.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.syntaxtree.type">Void</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Void</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">WildcardType</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">WildcardType</a></span></code>
<div class="block">Stellt eine Wildcard in Java dar.</div> <div class="block">Stellt eine Wildcard in Java dar.</div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> declared as <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
@ -955,7 +955,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that return types with arguments of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -976,40 +976,40 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">Void.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass, <td class="colLast"><span class="typeNameLabel">Void.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Void.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass, <td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass, <td class="colLast"><span class="typeNameLabel">RefType.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#checkTYPE-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkTYPE</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a>&nbsp;ass,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></code></td> <td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#fresh-java.lang.String-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">fresh</a></span>(java.lang.String&nbsp;name, <td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#fresh-java.lang.String-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">fresh</a></span>(java.lang.String&nbsp;name,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>
<div class="block">Generiert einen neuen TPH mit einem bestimmten Namen.</div> <div class="block">Generiert einen neuen TPH mit einem bestimmten Namen.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></code></td> <td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#fresh-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">fresh</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">TypePlaceholder.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html#fresh-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">fresh</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.syntaxtree.type">TypePlaceholder</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">TypePlaceholder</a></code></td>
<td class="colLast"><span class="typeNameLabel">GenericTypeVar.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html#getTypePlaceHolder-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">getTypePlaceHolder</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;environment)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">GenericTypeVar.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/GenericTypeVar.html#getTypePlaceHolder-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">getTypePlaceHolder</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;environment)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -1084,7 +1084,7 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with parameters of type <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
@ -1103,7 +1103,7 @@
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html#BoundedGenericTypeVar-java.lang.String-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-int-">BoundedGenericTypeVar</a></span>(java.lang.String&nbsp;s, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/BoundedGenericTypeVar.html#BoundedGenericTypeVar-java.lang.String-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-int-">BoundedGenericTypeVar</a></span>(java.lang.String&nbsp;s,
<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&gt;&nbsp;bounds, <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&gt;&nbsp;bounds,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parentClass, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parentClass,
int&nbsp;offset, int&nbsp;offset,
int&nbsp;endOffset)</code>&nbsp;</td> int&nbsp;endOffset)</code>&nbsp;</td>
@ -1118,7 +1118,7 @@
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html#FloatType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">FloatType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FloatType.html#FloatType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">FloatType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html#FreshExtendsWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">FreshExtendsWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&nbsp;extendsBound, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html#FreshExtendsWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">FreshExtendsWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&nbsp;extendsBound,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/> <div class="block">Author: Arne Lüdtke<br/>
@ -1126,7 +1126,7 @@
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html#FreshExtendsWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-java.lang.String-">FreshExtendsWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&nbsp;extendsBound, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshExtendsWildcardType.html#FreshExtendsWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-java.lang.String-">FreshExtendsWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&nbsp;extendsBound,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset, int&nbsp;offset,
java.lang.String&nbsp;name)</code> java.lang.String&nbsp;name)</code>
@ -1135,7 +1135,7 @@
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html#FreshSuperWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">FreshSuperWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&nbsp;superBound, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html#FreshSuperWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">FreshSuperWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&nbsp;superBound,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/> <div class="block">Author: Arne Lüdtke<br/>
@ -1143,7 +1143,7 @@
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html#FreshSuperWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-java.lang.String-">FreshSuperWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&nbsp;superBound, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/FreshSuperWildcardType.html#FreshSuperWildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-java.lang.String-">FreshSuperWildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&nbsp;superBound,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset, int&nbsp;offset,
java.lang.String&nbsp;name)</code> java.lang.String&nbsp;name)</code>
@ -1192,7 +1192,7 @@
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">RefType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;R, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html#RefType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">RefType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;R,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
@ -1232,7 +1232,7 @@
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html#WildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">WildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ObjectType</a>&nbsp;innerType, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/type/WildcardType.html#WildcardType-de.dhbwstuttgart.syntaxtree.type.ObjectType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-int-">WildcardType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/ObjectType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">ObjectType</a>&nbsp;innerType,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/> <div class="block">Author: Arne Lüdtke<br/>
@ -1282,13 +1282,13 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#checkType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;type, <td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#checkType-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">checkType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;type,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;parent)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference">ConstraintType</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/ConstraintType.html" title="class in de.dhbwstuttgart.typeinference">ConstraintType</a></code></td>
<td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getTypeFor-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">getTypeFor</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t, <td class="colLast"><span class="typeNameLabel">TypeAssumptions.</span><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html#getTypeFor-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">getTypeFor</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;inNode)</code> <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;inNode)</code>
<div class="block">Kontrolliert den vom Parser gesetzten Typ.</div> <div class="block">Kontrolliert den vom Parser gesetzten Typ.</div>
</td> </td>
@ -1352,7 +1352,7 @@
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html#TypeInsertPoint-de.dhbwstuttgart.typeinference.TypeInsertable-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertPoint</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/TypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference">TypeInsertable</a>&nbsp;insertPoint, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/typeinference/typedeployment/TypeInsertPoint.html#TypeInsertPoint-de.dhbwstuttgart.typeinference.TypeInsertable-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.ResultSet-">TypeInsertPoint</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/TypeInsertable.html" title="interface in de.dhbwstuttgart.typeinference">TypeInsertable</a>&nbsp;insertPoint,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;insertNode, <a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;insertNode,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;insertType, <a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;insertType,
<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code> <a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</code>
<div class="block">Dieser Konstruktor erstellt einen TypInsertPoint</div> <div class="block">Dieser Konstruktor erstellt einen TypInsertPoint</div>
</td> </td>

View File

@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li>Prev&nbsp;Class</li> <li>Prev&nbsp;Class</li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.misc</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</div>
<h2 title="Class ConstructorCall" class="title">Class ConstructorCall</h2> <h2 title="Class ConstructorCall" class="title">Class ConstructorCall</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,22 +100,22 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement.Statement</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement.Statement</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement.ExprStmt</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement.ExprStmt</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement.Expr</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement.Expr</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement.MethodCall</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement.MethodCall</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.ConstructorCall</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -139,7 +139,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">ConstructorCall</span> <pre>public class <span class="typeNameLabel">ConstructorCall</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></pre>
<div class="block">Diese Klasse stellt den this()-Aufruf dar.</div> <div class="block">Diese Klasse stellt den this()-Aufruf dar.</div>
<dl> <dl>
<dt><span class="simpleTagLabel">Author:</span></dt> <dt><span class="simpleTagLabel">Author:</span></dt>
@ -161,28 +161,28 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.MethodCall"> <li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.MethodCall">
<!-- --> <!-- -->
</a> </a>
<h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></h3> <h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#parserlog">parserlog</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#parserlog">parserlog</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr"> <li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr">
<!-- --> <!-- -->
</a> </a>
<h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></h3> <h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#usedid">usedid</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#usedid">usedid</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt"> <li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt">
<!-- --> <!-- -->
</a> </a>
<h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></h3> <h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#inferencelog">inferencelog</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#inferencelog">inferencelog</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement"> <li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement">
<!-- --> <!-- -->
</a> </a>
<h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a></h3> <h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#offset">offset</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#type">type</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#offset">offset</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#type">type</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
@ -206,9 +206,9 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html#ConstructorCall-de.dhbwstuttgart.syntaxtree.statement.Receiver-java.lang.String-de.dhbwstuttgart.syntaxtree.statement.ArgumentList-int-">ConstructorCall</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Receiver</a>&nbsp;receiver, <td class="colOne"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html#ConstructorCall-de.dhbwstuttgart.syntaxtree.statement.Receiver-java.lang.String-de.dhbwstuttgart.syntaxtree.statement.ArgumentList-int-">ConstructorCall</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Receiver</a>&nbsp;receiver,
java.lang.String&nbsp;methodName, java.lang.String&nbsp;methodName,
<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a>&nbsp;argumentList, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a>&nbsp;argumentList,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -237,28 +237,28 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.MethodCall"> <li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.MethodCall">
<!-- --> <!-- -->
</a> </a>
<h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></h3> <h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#add_Expr-de.dhbwstuttgart.syntaxtree.statement.Expr-">add_Expr</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#constraintsFromMethodAssumption-de.dhbwstuttgart.typeinference.assumptions.MethodAssumption-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">constraintsFromMethodAssumption</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#get_Name--">get_Name</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#get_Receiver--">get_Receiver</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getArgumentList--">getArgumentList</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getChildren--">getChildren</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getName--">getName</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#parserPostProcessing-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">parserPostProcessing</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_ArgumentList-de.dhbwstuttgart.syntaxtree.statement.ArgumentList-">set_ArgumentList</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Expr_Menge-de.dhbwstuttgart.typeinference.Menge-">set_Expr_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Name-java.lang.String-">set_Name</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Receiver-de.dhbwstuttgart.syntaxtree.statement.Receiver-">set_Receiver</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#toString--">toString</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#TYPEExpr-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">TYPEExpr</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#TYPEStmt-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">TYPEStmt</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#add_Expr-de.dhbwstuttgart.syntaxtree.statement.Expr-">add_Expr</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#constraintsFromMethodAssumption-de.dhbwstuttgart.typeinference.assumptions.MethodAssumption-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">constraintsFromMethodAssumption</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#get_Name--">get_Name</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#get_Receiver--">get_Receiver</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getArgumentList--">getArgumentList</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getChildren--">getChildren</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#getName--">getName</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#parserPostProcessing-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">parserPostProcessing</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_ArgumentList-de.dhbwstuttgart.syntaxtree.statement.ArgumentList-">set_ArgumentList</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Expr_Menge-de.dhbwstuttgart.typeinference.Menge-">set_Expr_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Name-java.lang.String-">set_Name</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_Receiver-de.dhbwstuttgart.syntaxtree.statement.Receiver-">set_Receiver</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#toString--">toString</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#TYPEExpr-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">TYPEExpr</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#TYPEStmt-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">TYPEStmt</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#wandleRefTypeAttributes2GenericAttributes-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-">wandleRefTypeAttributes2GenericAttributes</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr"> <li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr">
<!-- --> <!-- -->
</a> </a>
<h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Expr</a></h3> <h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Expr</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_Name_Menge--">get_Name_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_Type_Menge--">get_Type_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_UsedId--">get_UsedId</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#set_Type-de.dhbwstuttgart.syntaxtree.type.Type-">set_Type</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_Name_Menge--">get_Name_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_Type_Menge--">get_Type_Menge</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_UsedId--">get_UsedId</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#set_Type-de.dhbwstuttgart.syntaxtree.type.Type-">set_Type</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt"> <li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt">
<!-- --> <!-- -->
</a> </a>
<h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></h3> <h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#getTypeLineNumber--">getTypeLineNumber</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#getTypeName--">getTypeName</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#getTypeLineNumber--">getTypeLineNumber</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html#getTypeName--">getTypeName</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement"> <li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement">
<!-- --> <!-- -->
</a> </a>
<h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Statement</a></h3> <h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Statement</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getDescription--">getDescription</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getOffset--">getOffset</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getReturnType--">getReturnType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getType--">getType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getTypeInformation--">getTypeInformation</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getVariableLength--">getVariableLength</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">setReturnType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getDescription--">getDescription</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getOffset--">getOffset</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getReturnType--">getReturnType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getType--">getType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getTypeInformation--">getTypeInformation</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#getVariableLength--">getVariableLength</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">setReturnType</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html#setType-de.dhbwstuttgart.syntaxtree.type.Type-">setType</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
@ -295,9 +295,9 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>ConstructorCall</h4> <h4>ConstructorCall</h4>
<pre>public&nbsp;ConstructorCall(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Receiver</a>&nbsp;receiver, <pre>public&nbsp;ConstructorCall(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Receiver.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Receiver</a>&nbsp;receiver,
java.lang.String&nbsp;methodName, java.lang.String&nbsp;methodName,
<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ArgumentList</a>&nbsp;argumentList, <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ArgumentList.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ArgumentList</a>&nbsp;argumentList,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -321,7 +321,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
Sucht in den Assumptions nach passenden Methoden und erstellt ein OderConstraintSet.</div> Sucht in den Assumptions nach passenden Methoden und erstellt ein OderConstraintSet.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#overloading-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">overloading</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">MethodCall</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#overloading-de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions-">overloading</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">MethodCall</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt> <dt><span class="returnLabel">Returns:</span></dt>
</dl> </dl>
</li> </li>
@ -355,7 +355,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li>Prev&nbsp;Class</li> <li>Prev&nbsp;Class</li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/DeclId.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/DeclId.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.misc</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</div>
<h2 title="Class DeclId" class="title">Class DeclId</h2> <h2 title="Class DeclId" class="title">Class DeclId</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.DeclId</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.DeclId</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -142,7 +142,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#m_Offset">m_Offset</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#m_Offset">m_Offset</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#modifiers">modifiers</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#modifiers">modifiers</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
@ -154,7 +154,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#paratyp">paratyp</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#paratyp">paratyp</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></code></td> <td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#wert">wert</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#wert">wert</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -197,7 +197,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_access_flags--">get_access_flags</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_access_flags--">get_access_flags</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i1" class="rowColor"> <tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Modifiers--">get_Modifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Modifiers--">get_Modifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i2" class="altColor"> <tr id="i2" class="altColor">
@ -209,7 +209,7 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Paratyp--">get_Paratyp</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Paratyp--">get_Paratyp</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Wert--">get_Wert</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Wert--">get_Wert</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
@ -222,11 +222,11 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_ListType-de.dhbwstuttgart.syntaxtree.type.Type-">set_ListType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_ListType-de.dhbwstuttgart.syntaxtree.type.Type-">set_ListType</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
<tr id="i9" class="rowColor"> <tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -238,7 +238,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i11" class="rowColor"> <tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Wert-de.dhbwstuttgart.syntaxtree.statement.ExprStmt-">set_Wert</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a>&nbsp;w)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Wert-de.dhbwstuttgart.syntaxtree.statement.ExprStmt-">set_Wert</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a>&nbsp;w)</code>&nbsp;</td>
</tr> </tr>
<tr id="i12" class="altColor"> <tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>modifiers</h4> <h4>modifiers</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a> modifiers</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a> modifiers</pre>
</li> </li>
</ul> </ul>
<a name="name"> <a name="name">
@ -300,7 +300,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>wert</h4> <h4>wert</h4>
<pre>private&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a> wert</pre> <pre>private&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a> wert</pre>
</li> </li>
</ul> </ul>
<a name="paratyp"> <a name="paratyp">
@ -406,7 +406,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_Wert</h4> <h4>set_Wert</h4>
<pre>public&nbsp;void&nbsp;set_Wert(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a>&nbsp;w)</pre> <pre>public&nbsp;void&nbsp;set_Wert(<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a>&nbsp;w)</pre>
</li> </li>
</ul> </ul>
<a name="get_Name--"> <a name="get_Name--">
@ -424,7 +424,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_Wert</h4> <h4>get_Wert</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ExprStmt</a>&nbsp;get_Wert()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</a>&nbsp;get_Wert()</pre>
</li> </li>
</ul> </ul>
<a name="set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-"> <a name="set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">
@ -433,7 +433,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_Modifiers</h4> <h4>set_Modifiers</h4>
<pre>public&nbsp;void&nbsp;set_Modifiers(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre> <pre>public&nbsp;void&nbsp;set_Modifiers(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</pre>
</li> </li>
</ul> </ul>
<a name="get_Modifiers--"> <a name="get_Modifiers--">
@ -442,7 +442,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_Modifiers</h4> <h4>get_Modifiers</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;get_Modifiers()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;get_Modifiers()</pre>
</li> </li>
</ul> </ul>
<a name="get_access_flags--"> <a name="get_access_flags--">
@ -460,7 +460,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_ListType</h4> <h4>set_ListType</h4>
<pre>public&nbsp;void&nbsp;set_ListType(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;t)</pre> <pre>public&nbsp;void&nbsp;set_ListType(<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;t)</pre>
</li> </li>
</ul> </ul>
<a name="getLineNumber--"> <a name="getLineNumber--">
@ -542,8 +542,8 @@ extends java.lang.Object</pre>
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/DeclId.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/DeclId.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/Status.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/Status.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.misc</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</div>
<h2 title="Class Status" class="title">Class Status</h2> <h2 title="Class Status" class="title">Class Status</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.Status</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.Status</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList"> <li class="blockList">
<dl> <dl>
<dt>Direct Known Subclasses:</dt> <dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></dd> <dd><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></dd>
</dl> </dl>
<hr> <hr>
<br> <br>
@ -134,7 +134,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></code></td> <td class="colFirst"><code>protected <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -171,7 +171,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a>&nbsp;userdef)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a>&nbsp;userdef)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -201,7 +201,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>userdef</h4> <h4>userdef</h4>
<pre>protected&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a> userdef</pre> <pre>protected&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a> userdef</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -235,7 +235,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>set_UserDef</h4> <h4>set_UserDef</h4>
<pre>public&nbsp;void&nbsp;set_UserDef(<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a>&nbsp;userdef)</pre> <pre>public&nbsp;void&nbsp;set_UserDef(<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a>&nbsp;userdef)</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -266,8 +266,8 @@ extends java.lang.Object</pre>
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/Status.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/Status.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/UsedId.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/UsedId.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.misc</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</div>
<h2 title="Class UsedId" class="title">Class UsedId</h2> <h2 title="Class UsedId" class="title">Class UsedId</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.UsedId</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UsedId</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -143,7 +143,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#name">name</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#name">name</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#paralist">paralist</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#paralist">paralist</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
@ -151,7 +151,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#typen">typen</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#typen">typen</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#vParaOrg">vParaOrg</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#vParaOrg">vParaOrg</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -191,7 +191,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>static <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#createFromQualifiedName-java.lang.String-int-">createFromQualifiedName</a></span>(java.lang.String&nbsp;qualifiedName, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#createFromQualifiedName-java.lang.String-int-">createFromQualifiedName</a></span>(java.lang.String&nbsp;qualifiedName,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
@ -208,11 +208,11 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_ParaList--">get_ParaList</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_ParaList--">get_ParaList</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_RealParaList--">get_RealParaList</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_RealParaList--">get_RealParaList</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i6" class="altColor"> <tr id="i6" class="altColor">
@ -220,7 +220,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_Typen--">get_Typen</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_Typen--">get_Typen</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_vParaOrg--">get_vParaOrg</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#get_vParaOrg--">get_vParaOrg</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i8" class="altColor"> <tr id="i8" class="altColor">
@ -228,7 +228,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getOffset--">getOffset</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i9" class="rowColor"> <tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i10" class="altColor"> <tr id="i10" class="altColor">
@ -261,7 +261,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
</tr> </tr>
<tr id="i17" class="rowColor"> <tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#set_ParaList-de.dhbwstuttgart.typeinference.Menge-">set_ParaList</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;pl)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#set_ParaList-de.dhbwstuttgart.typeinference.Menge-">set_ParaList</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;pl)</code>&nbsp;</td>
</tr> </tr>
<tr id="i18" class="altColor"> <tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
@ -323,7 +323,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>paralist</h4> <h4>paralist</h4>
<pre>private&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; paralist</pre> <pre>private&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; paralist</pre>
</li> </li>
</ul> </ul>
<a name="vParaOrg"> <a name="vParaOrg">
@ -332,7 +332,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>vParaOrg</h4> <h4>vParaOrg</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt; vParaOrg</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt; vParaOrg</pre>
</li> </li>
</ul> </ul>
<a name="m_Offset"> <a name="m_Offset">
@ -456,7 +456,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>set_ParaList</h4> <h4>set_ParaList</h4>
<pre>public&nbsp;void&nbsp;set_ParaList(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;pl)</pre> <pre>public&nbsp;void&nbsp;set_ParaList(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;pl)</pre>
</li> </li>
</ul> </ul>
<a name="get_RealParaList--"> <a name="get_RealParaList--">
@ -465,7 +465,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_RealParaList</h4> <h4>get_RealParaList</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;get_RealParaList()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;get_RealParaList()</pre>
</li> </li>
</ul> </ul>
<a name="get_ParaList--"> <a name="get_ParaList--">
@ -474,7 +474,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_ParaList</h4> <h4>get_ParaList</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;get_ParaList()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;get_ParaList()</pre>
</li> </li>
</ul> </ul>
<a name="get_vParaOrg--"> <a name="get_vParaOrg--">
@ -483,7 +483,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>get_vParaOrg</h4> <h4>get_vParaOrg</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;get_vParaOrg()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;get_vParaOrg()</pre>
</li> </li>
</ul> </ul>
<a name="get_Typen--"> <a name="get_Typen--">
@ -543,7 +543,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>createFromQualifiedName</h4> <h4>createFromQualifiedName</h4>
<pre>public static&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;createFromQualifiedName(java.lang.String&nbsp;qualifiedName, <pre>public static&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;createFromQualifiedName(java.lang.String&nbsp;qualifiedName,
int&nbsp;offset)</pre> int&nbsp;offset)</pre>
</li> </li>
</ul> </ul>
@ -562,7 +562,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getPackageName</h4> <h4>getPackageName</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;getPackageName()</pre>
</li> </li>
</ul> </ul>
<a name="getSimpleName--"> <a name="getSimpleName--">
@ -611,8 +611,8 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/UsedId.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/UsedId.html" target="_top">Frames</a></li>

View File

@ -43,7 +43,7 @@
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li> <li>Next&nbsp;Class</li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
@ -86,7 +86,7 @@
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.misc</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</div>
<h2 title="Class UserDef" class="title">Class UserDef</h2> <h2 title="Class UserDef" class="title">Class UserDef</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -94,10 +94,10 @@
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc.Status</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.Status</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.UserDef</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UserDef</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -109,7 +109,7 @@
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">UserDef</span> <pre>public class <span class="typeNameLabel">UserDef</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -126,7 +126,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.misc.Status"> <li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.misc.Status">
<!-- --> <!-- -->
</a> </a>
<h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></h3> <h3>Fields inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></code></li>
</ul> </ul>
</li> </li>
@ -158,7 +158,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.misc.Status"> <li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.misc.Status">
<!-- --> <!-- -->
</a> </a>
<h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></h3> <h3>Methods inherited from class&nbsp;de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></h3>
<code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></code></li> <code><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></code></li>
</ul> </ul>
<ul class="blockList"> <ul class="blockList">
@ -219,7 +219,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li> <li>Next&nbsp;Class</li>
</ul> </ul>
<ul class="navList"> <ul class="navList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.ConstructorCall</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.misc.ConstructorCall" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.ConstructorCall" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.ConstructorCall</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->
@ -84,7 +84,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.misc.DeclId</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.DeclId</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,13 +70,13 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.misc.DeclId" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.DeclId</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.DeclId" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.DeclId</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -98,65 +98,65 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></code></td>
<td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#declid">declid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#declid">declid</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#declid">declid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#declid">declid</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></code></td>
<td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getDeclId--">getDeclId</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#getDeclId--">getDeclId</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#get_Name--">get_Name</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#getDeclIdMenge--">getDeclIdMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#getDeclIdMenge--">getDeclIdMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -164,16 +164,16 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">FormalParameter.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -181,18 +181,18 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclIdMenge</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Field.html#setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclIdMenge</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;vDeclId)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#FormalParameter-de.dhbwstuttgart.syntaxtree.misc.DeclId-">FormalParameter</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;name)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/FormalParameter.html#FormalParameter-de.dhbwstuttgart.syntaxtree.misc.DeclId-">FormalParameter</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;name)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -200,35 +200,35 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#declid">declid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#declid">declid</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#getDeclidMenge--">getDeclidMenge</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#getDeclidMenge--">getDeclidMenge</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -236,12 +236,12 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#set_DeclId-de.dhbwstuttgart.syntaxtree.misc.DeclId-">set_DeclId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&nbsp;did)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -249,7 +249,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#setDeclidMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclidMenge</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a>&gt;&nbsp;declid)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">LocalVarDecl.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalVarDecl.html#setDeclidMenge-de.dhbwstuttgart.typeinference.Menge-">setDeclidMenge</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a>&gt;&nbsp;declid)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -269,7 +269,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.misc.Status</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.Status</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,20 +70,20 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.misc.Status" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.Status</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.Status" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.Status</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -104,7 +104,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -124,7 +124,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.misc.UsedId</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UsedId</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,13 +70,13 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.misc.UsedId" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.UsedId</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UsedId" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.UsedId</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
@ -91,15 +91,15 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -110,26 +110,26 @@
<li class="blockList"><a name="de.dhbwstuttgart.parser"> <li class="blockList"><a name="de.dhbwstuttgart.parser">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">InterfaceList.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/InterfaceList.html#superif">superif</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">InterfaceList.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/InterfaceList.html#superif">superif</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">JavaParser.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/JavaParser.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">JavaParser.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/JavaParser.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -137,7 +137,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">InterfaceList.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/InterfaceList.html#addInterface-de.dhbwstuttgart.syntaxtree.misc.UsedId-">addInterface</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">InterfaceList.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/parser/InterfaceList.html#addInterface-de.dhbwstuttgart.syntaxtree.misc.UsedId-">addInterface</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -145,54 +145,54 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#pkgName">pkgName</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#pkgName">pkgName</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#pkgName">pkgName</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#pkgName">pkgName</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#superclassid">superclassid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#superclassid">superclassid</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdsToCheck">usedIdsToCheck</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getPackageName--">getPackageName</a></span>()</code> <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#getPackageName--">getPackageName</a></span>()</code>
<div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars <div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars
dieser Klasse gespeichert werden.</div> dieser Klasse gespeichert werden.</div>
@ -201,20 +201,20 @@
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getUsedIdsToCheck--">getUsedIdsToCheck</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getUsedIdsToCheck--">getUsedIdsToCheck</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -222,26 +222,26 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</code> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>
<div class="block">Generiert die ClassFile für diese Klasse.</div> <div class="block">Generiert die ClassFile für diese Klasse.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">setPackageName</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;pkgName)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private static <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a></code></td> <td class="colFirst"><code>private static <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">usedIdToRefType</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">usedIdToRefType</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -249,24 +249,24 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private boolean</code></td> <td class="colFirst"><code>private boolean</code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#containsString-de.dhbwstuttgart.typeinference.Menge-java.lang.String-">containsString</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge, <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#containsString-de.dhbwstuttgart.typeinference.Menge-java.lang.String-">containsString</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;searchMenge,
java.lang.String&nbsp;searchString)</code>&nbsp;</td> java.lang.String&nbsp;searchString)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/typeinference/assumptions/TypeAssumptions.html" title="class in de.dhbwstuttgart.typeinference.assumptions">TypeAssumptions</a></code></td>
<td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#makeBasicAssumptionsFromJRE-de.dhbwstuttgart.typeinference.Menge-boolean-">makeBasicAssumptionsFromJRE</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports, <td class="colLast"><span class="typeNameLabel">SourceFile.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/SourceFile.html#makeBasicAssumptionsFromJRE-de.dhbwstuttgart.typeinference.Menge-boolean-">makeBasicAssumptionsFromJRE</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;imports,
boolean&nbsp;withSubtypes)</code> boolean&nbsp;withSubtypes)</code>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div> <div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>private static <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;</code></td> <td class="colFirst"><code>private static <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.typeinference.Menge-">usedIdToRefType</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#usedIdToRefType-de.dhbwstuttgart.typeinference.Menge-">usedIdToRefType</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
@ -274,61 +274,61 @@
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;superif, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;superif,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;usedId, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;usedId,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructor parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructor parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -337,21 +337,21 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>static <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">UsedId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#createFromQualifiedName-java.lang.String-int-">createFromQualifiedName</a></span>(java.lang.String&nbsp;qualifiedName, <td class="colLast"><span class="typeNameLabel">UsedId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#createFromQualifiedName-java.lang.String-int-">createFromQualifiedName</a></span>(java.lang.String&nbsp;qualifiedName,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">UsedId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">UsedId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html#getPackageName--">getPackageName</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -360,39 +360,39 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#usedid">usedid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#usedid">usedid</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>private <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">InstVar.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html#usedid">usedid</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">InstVar.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html#usedid">usedid</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_UsedId--">get_UsedId</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#get_UsedId--">get_UsedId</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -400,38 +400,38 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Expr.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">LocalOrFieldVar.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;u)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">LocalOrFieldVar.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/LocalOrFieldVar.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;u)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">This.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/This.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">This.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/This.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">MethodCall.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;u)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">MethodCall.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;u)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">NewClass.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;t)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">NewClass.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/NewClass.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;t)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">ThisCall.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">ThisCall.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/ThisCall.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;ui)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html#InstVar-de.dhbwstuttgart.syntaxtree.misc.UsedId-int-int-">InstVar</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;ui, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/statement/InstVar.html#InstVar-de.dhbwstuttgart.syntaxtree.misc.UsedId-int-int-">InstVar</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;ui,
int&nbsp;offset, int&nbsp;offset,
int&nbsp;variableLength)</code> int&nbsp;variableLength)</code>
<div class="block">macht aus einem UsedId mit einem Menge von Strings eine InstVar <div class="block">macht aus einem UsedId mit einem Menge von Strings eine InstVar
@ -444,35 +444,35 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#used">used</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#used">used</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></code></td>
<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#get_UsedId--">get_UsedId</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#get_UsedId--">get_UsedId</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -480,7 +480,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Type.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html#set_UsedId-de.dhbwstuttgart.syntaxtree.misc.UsedId-">set_UsedId</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;uid)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -500,7 +500,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.misc.UserDef</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UserDef</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,20 +70,20 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.misc.UserDef" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.UserDef</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UserDef" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.misc.UserDef</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -94,22 +94,22 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></code></td>
<td class="colLast"><span class="typeNameLabel">Status.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Status.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#userdef">userdef</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -117,7 +117,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Status.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a>&nbsp;userdef)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Status.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html#set_UserDef-de.dhbwstuttgart.syntaxtree.misc.UserDef-">set_UserDef</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a>&nbsp;userdef)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -137,7 +137,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,21 +3,21 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 -->
<title>de.dhbwstuttgart.syntaxtree.misc</title> <title>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
</head> </head>
<body> <body>
<h1 class="bar"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html" target="classFrame">de.dhbwstuttgart.syntaxtree.misc</a></h1> <h1 class="bar"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html" target="classFrame">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h1>
<div class="indexContainer"> <div class="indexContainer">
<h2 title="Classes">Classes</h2> <h2 title="Classes">Classes</h2>
<ul title="Classes"> <ul title="Classes">
<li><a href="ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">ConstructorCall</a></li> <li><a href="ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">ConstructorCall</a></li>
<li><a href="DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">DeclId</a></li> <li><a href="DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">DeclId</a></li>
<li><a href="Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">Status</a></li> <li><a href="Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">Status</a></li>
<li><a href="UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">UsedId</a></li> <li><a href="UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UsedId</a></li>
<li><a href="UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">UserDef</a></li> <li><a href="UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UserDef</a></li>
</ul> </ul>
</div> </div>
</body> </body>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 -->
<title>de.dhbwstuttgart.syntaxtree.misc</title> <title>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 title="Package" class="title">Package&nbsp;de.dhbwstuttgart.syntaxtree.misc</h1> <h1 title="Package" class="title">Package&nbsp;de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</h1>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
<ul class="blockList"> <ul class="blockList">
@ -83,25 +83,25 @@
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc">ConstructorCall</a></td> <td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">ConstructorCall</a></td>
<td class="colLast"> <td class="colLast">
<div class="block">Diese Klasse stellt den this()-Aufruf dar.</div> <div class="block">Diese Klasse stellt den this()-Aufruf dar.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">DeclId</a></td> <td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">DeclId</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc">Status</a></td> <td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">Status</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a></td> <td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UserDef</a></td> <td class="colFirst"><a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:23 CEST 2015 -->
<title>de.dhbwstuttgart.syntaxtree.misc Class Hierarchy</title> <title>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc Class Hierarchy</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,7 +70,7 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 class="title">Hierarchy For Package de.dhbwstuttgart.syntaxtree.misc</h1> <h1 class="title">Hierarchy For Package de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span> <span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal"> <ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li> <li><a href="../../../../overview-tree.html">All Packages</a></li>
@ -81,23 +81,23 @@
<ul> <ul>
<li type="circle">java.lang.Object <li type="circle">java.lang.Object
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">DeclId</span></a></li> <li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">DeclId</span></a></li>
<li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">Status</span></a> <li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Status</span></a>
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">UserDef</span></a></li> <li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">UserDef</span></a></li>
</ul> </ul>
</li> </li>
<li type="circle">de.dhbwstuttgart.syntaxtree.<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree"><span class="typeNameLink">SyntaxTreeNode</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>) <li type="circle">de.dhbwstuttgart.syntaxtree.<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree"><span class="typeNameLink">SyntaxTreeNode</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>)
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.syntaxtree.statement"><span class="typeNameLink">Statement</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>, de.dhbwstuttgart.typeinference.<a href="../../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a>) <li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement"><span class="typeNameLink">Statement</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>, de.dhbwstuttgart.typeinference.<a href="../../../../de/dhbwstuttgart/typeinference/Typeable.html" title="interface in de.dhbwstuttgart.typeinference">Typeable</a>)
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement"><span class="typeNameLink">ExprStmt</span></a> <li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/ExprStmt.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement"><span class="typeNameLink">ExprStmt</span></a>
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.syntaxtree.statement"><span class="typeNameLink">Expr</span></a> <li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/Expr.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement"><span class="typeNameLink">Expr</span></a>
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement"><span class="typeNameLink">MethodCall</span></a> <li type="circle">de.dhbwstuttgart.syntaxtree.statement.<a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement"><span class="typeNameLink">MethodCall</span></a>
<ul> <ul>
<li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">ConstructorCall</span></a></li> <li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/ConstructorCall.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">ConstructorCall</span></a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -108,7 +108,7 @@
</li> </li>
</ul> </ul>
</li> </li>
<li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc"><span class="typeNameLink">UsedId</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>)</li> <li type="circle">de.dhbwstuttgart.syntaxtree.misc.<a href="../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">UsedId</span></a> (implements de.dhbwstuttgart.core.<a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="interface in de.dhbwstuttgart.core">IItemWithOffset</a>)</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Package de.dhbwstuttgart.syntaxtree.misc</title> <title>Uses of Package de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script.js"></script>
@ -70,13 +70,13 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h1 title="Uses of Package de.dhbwstuttgart.syntaxtree.misc" class="title">Uses of Package<br>de.dhbwstuttgart.syntaxtree.misc</h1> <h1 title="Uses of Package de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" class="title">Uses of Package<br>de.dhbwstuttgart.syntaxtree.misc</h1>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
@ -91,15 +91,15 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.syntaxtree.statement</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.statement">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.syntaxtree.type</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.type">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -109,7 +109,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/parser/package-summary.html">de.dhbwstuttgart.parser</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -124,7 +124,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -142,7 +142,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -163,7 +163,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.statement</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>
@ -181,7 +181,7 @@
<!-- --> <!-- -->
</a> </a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Classes in <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> used by <a href="../../../../de/dhbwstuttgart/syntaxtree/type/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Class and Description</th> <th class="colOne" scope="col">Class and Description</th>
</tr> </tr>

View File

@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li>Prev&nbsp;Class</li> <li>Prev&nbsp;Class</li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Abstract" class="title">Class Abstract</h2> <h2 title="Class Abstract" class="title">Class Abstract</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Abstract</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Abstract</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Abstract</span> <pre>public class <span class="typeNameLabel">Abstract</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
<div class="block">Stellt den Modifier Abstract dar.</div> <div class="block">Stellt den Modifier Abstract dar.</div>
</li> </li>
</ul> </ul>
@ -214,7 +214,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -227,7 +227,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -260,7 +260,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li>Prev&nbsp;Class</li> <li>Prev&nbsp;Class</li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Final.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Final.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Final" class="title">Class Final</h2> <h2 title="Class Final" class="title">Class Final</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Final</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Final</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Final</span> <pre>public class <span class="typeNameLabel">Final</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
<div class="block">Stellt den Modifier Final dar.</div> <div class="block">Stellt den Modifier Final dar.</div>
</li> </li>
</ul> </ul>
@ -214,7 +214,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -227,7 +227,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -259,8 +259,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Final.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Final.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class InterfaceModifier" class="title">Class InterfaceModifier</h2> <h2 title="Class InterfaceModifier" class="title">Class InterfaceModifier</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.InterfaceModifier</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">InterfaceModifier</span> <pre>public class <span class="typeNameLabel">InterfaceModifier</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
<dl> <dl>
<dt><span class="simpleTagLabel">Author:</span></dt> <dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Daniel</dd> <dd>Daniel</dd>
@ -217,7 +217,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -230,7 +230,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -262,8 +262,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Modifier" class="title">Class Modifier</h2> <h2 title="Class Modifier" class="title">Class Modifier</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Modifier</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList"> <li class="blockList">
<dl> <dl>
<dt>Direct Known Subclasses:</dt> <dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Abstract</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Final</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">InterfaceModifier</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Private</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Protected</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Public</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Static</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Super</a></dd> <dd><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Abstract</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Final</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">InterfaceModifier</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Private</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Protected</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Public</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Static</a>, <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Super</a></dd>
</dl> </dl>
<hr> <hr>
<br> <br>
@ -248,8 +248,8 @@ extends java.lang.Object</pre>
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Modifiers" class="title">Class Modifiers</h2> <h2 title="Class Modifiers" class="title">Class Modifiers</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Modifiers</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifiers</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -132,7 +132,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;</code></td> <td class="colFirst"><code>protected <a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#modifier">modifier</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#modifier">modifier</a></span></code>&nbsp;</td>
</tr> </tr>
</table> </table>
@ -169,7 +169,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i0" class="altColor"> <tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">addModifier</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">addModifier</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code>
<div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div> <div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div>
</td> </td>
</tr> </tr>
@ -192,12 +192,12 @@ extends java.lang.Object</pre>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#ensurePublic--">ensurePublic</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#ensurePublic--">ensurePublic</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i4" class="altColor"> <tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr id="i5" class="rowColor"> <tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#includesModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">includesModifier</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#includesModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">includesModifier</a></span>(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code>
<div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div> <div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div>
</td> </td>
</tr> </tr>
@ -207,7 +207,7 @@ extends java.lang.Object</pre>
</tr> </tr>
<tr id="i7" class="rowColor"> <tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#setModifier-de.dhbwstuttgart.typeinference.Menge-">setModifier</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#setModifier-de.dhbwstuttgart.typeinference.Menge-">setModifier</a></span>(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</code>&nbsp;</td>
</tr> </tr>
</table> </table>
<ul class="blockList"> <ul class="blockList">
@ -237,7 +237,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast"> <ul class="blockListLast">
<li class="blockList"> <li class="blockList">
<h4>modifier</h4> <h4>modifier</h4>
<pre>protected&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt; modifier</pre> <pre>protected&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt; modifier</pre>
</li> </li>
</ul> </ul>
</li> </li>
@ -271,7 +271,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>getModifiers</h4> <h4>getModifiers</h4>
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;&nbsp;getModifiers()</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;&nbsp;getModifiers()</pre>
</li> </li>
</ul> </ul>
<a name="setModifier-de.dhbwstuttgart.typeinference.Menge-"> <a name="setModifier-de.dhbwstuttgart.typeinference.Menge-">
@ -280,7 +280,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>setModifier</h4> <h4>setModifier</h4>
<pre>public&nbsp;void&nbsp;setModifier(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</pre> <pre>public&nbsp;void&nbsp;setModifier(<a href="../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</pre>
</li> </li>
</ul> </ul>
<a name="addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-"> <a name="addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">
@ -289,7 +289,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>addModifier</h4> <h4>addModifier</h4>
<pre>public&nbsp;void&nbsp;addModifier(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</pre> <pre>public&nbsp;void&nbsp;addModifier(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</pre>
<div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div> <div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div>
</li> </li>
</ul> </ul>
@ -299,7 +299,7 @@ extends java.lang.Object</pre>
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<h4>includesModifier</h4> <h4>includesModifier</h4>
<pre>public&nbsp;boolean&nbsp;includesModifier(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</pre> <pre>public&nbsp;boolean&nbsp;includesModifier(<a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</pre>
<div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div> <div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div>
</li> </li>
</ul> </ul>
@ -371,8 +371,8 @@ extends java.lang.Object</pre>
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Private.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Private.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Private" class="title">Class Private</h2> <h2 title="Class Private" class="title">Class Private</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Private</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Private</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Private</span> <pre>public class <span class="typeNameLabel">Private</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -226,7 +226,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Private.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Private.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Protected.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Protected.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Protected" class="title">Class Protected</h2> <h2 title="Class Protected" class="title">Class Protected</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Protected</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Protected</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Protected</span> <pre>public class <span class="typeNameLabel">Protected</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -226,7 +226,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Protected.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Protected.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Public.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Public.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Public" class="title">Class Public</h2> <h2 title="Class Public" class="title">Class Public</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Public</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Public</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Public</span> <pre>public class <span class="typeNameLabel">Public</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -226,7 +226,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Public.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Public.html" target="_top">Frames</a></li>

View File

@ -49,8 +49,8 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Static.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Static.html" target="_top">Frames</a></li>
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Static" class="title">Class Static</h2> <h2 title="Class Static" class="title">Class Static</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Static</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Static</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Static</span> <pre>public class <span class="typeNameLabel">Static</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -226,7 +226,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Static.html" target="_top">Frames</a></li> <li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/modifier/Static.html" target="_top">Frames</a></li>

View File

@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li> <li>Next&nbsp;Class</li>
</ul> </ul>
<ul class="navList"> <ul class="navList">
@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== --> <!-- ======== START OF CLASS DATA ======== -->
<div class="header"> <div class="header">
<div class="subTitle">de.dhbwstuttgart.syntaxtree.modifier</div> <div class="subTitle">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</div>
<h2 title="Class Super" class="title">Class Super</h2> <h2 title="Class Super" class="title">Class Super</h2>
</div> </div>
<div class="contentContainer"> <div class="contentContainer">
@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li> <li>java.lang.Object</li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier.Modifier</a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</a></li>
<li> <li>
<ul class="inheritance"> <ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Super</li> <li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Super</li>
</ul> </ul>
</li> </li>
</ul> </ul>
@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr> <hr>
<br> <br>
<pre>public class <span class="typeNameLabel">Super</span> <pre>public class <span class="typeNameLabel">Super</span>
extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></pre> extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></pre>
<dl> <dl>
<dt><span class="simpleTagLabel">Author:</span></dt> <dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Daniel</dd> <dd>Daniel</dd>
@ -217,7 +217,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div> zurueck.</div>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#getBitmask--">getBitmask</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -230,7 +230,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre> <pre>public&nbsp;<a href="../../../../de/dhbwstuttgart/typeinference/JavaCodeResult.html" title="class in de.dhbwstuttgart.typeinference">JavaCodeResult</a>&nbsp;printJavaCode(<a href="../../../../de/dhbwstuttgart/typeinference/ResultSet.html" title="class in de.dhbwstuttgart.typeinference">ResultSet</a>&nbsp;resultSet)</pre>
<dl> <dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></code></dd> <dd><code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html#printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">printJavaCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></code></dd>
</dl> </dl>
</li> </li>
</ul> </ul>
@ -262,7 +262,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div> </div>
<div class="subNav"> <div class="subNav">
<ul class="navList"> <ul class="navList">
<li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li> <li>Next&nbsp;Class</li>
</ul> </ul>
<ul class="navList"> <ul class="navList">

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Abstract</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Abstract</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Abstract" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Abstract</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Abstract" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Abstract</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.modifier.Abstract</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Abstract</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->
@ -84,7 +84,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Final</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Final</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Final" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Final</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Final" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Final</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.modifier.Final</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Final</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->
@ -84,7 +84,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.InterfaceModifier</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,9 +70,10 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.InterfaceModifier" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</div> <div class="classUseContainer">No usage of
de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.InterfaceModifier</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->
@ -84,7 +85,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Modifier</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,20 +70,20 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Modifier" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Modifier</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Modifier</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.syntaxtree.modifier</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.modifier">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.modifier"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.modifier">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Subclasses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th> <th class="colLast" scope="col">Class and Description</th>
@ -104,70 +104,70 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Abstract</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Abstract.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Abstract</a></span></code>
<div class="block">Stellt den Modifier Abstract dar.</div> <div class="block">Stellt den Modifier Abstract dar.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Final</a></span></code> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Final.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Final</a></span></code>
<div class="block">Stellt den Modifier Final dar.</div> <div class="block">Stellt den Modifier Final dar.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">InterfaceModifier</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/InterfaceModifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">InterfaceModifier</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Private</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Private</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Protected</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Protected.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Protected</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Public</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Public.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Public</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Static</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Static.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Static</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td> <td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Super</a></span></code>&nbsp;</td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Super.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Super</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a> with type parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;</code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#modifier">modifier</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#modifier">modifier</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a> that return types with arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;</code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -175,20 +175,20 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">addModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code> <td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">addModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code>
<div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div> <div class="block">Fuegt den angegebenen Modifier zur Auflistung hinzu.</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>boolean</code></td> <td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#includesModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">includesModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code> <td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#includesModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">includesModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&nbsp;mod)</code>
<div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div> <div class="block">Gibt zurueck, ob der angegebene Modifier enthalten ist.</div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.syntaxtree.modifier</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Method parameters in <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier</a> with type arguments of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -196,7 +196,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#setModifier-de.dhbwstuttgart.typeinference.Menge-">setModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Modifiers.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html#setModifier-de.dhbwstuttgart.typeinference.Menge-">setModifier</a></span>(<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</a>&gt;&nbsp;modifier)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -216,7 +216,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Modifiers</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifiers</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,13 +70,13 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Modifiers" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Modifiers</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifiers" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Modifiers</h2>
</div> </div>
<div class="classUseContainer"> <div class="classUseContainer">
<ul class="blockList"> <ul class="blockList">
<li class="blockList"> <li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Packages that use <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Package</th> <th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th> <th class="colLast" scope="col">Description</th>
@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.syntaxtree.misc</a></td> <td class="colFirst"><a href="#de.dhbwstuttgart.syntaxtree.misc">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></td>
<td class="colLast">&nbsp;</td> <td class="colLast">&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -98,43 +98,43 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#mod">mod</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#mod">mod</a></span></code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code>protected <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#modifiers">modifiers</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#modifiers">modifiers</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#getModifiers--">getModifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -142,98 +142,98 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Method.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Method.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Method.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modif)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Class.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">Constant.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">setModifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Constructors in <a href="../../../../../de/dhbwstuttgart/syntaxtree/package-summary.html">de.dhbwstuttgart.syntaxtree</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colOne" scope="col">Constructor and Description</th> <th class="colOne" scope="col">Constructor and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html#BasicAssumptionClass-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">BasicAssumptionClass</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/BasicAssumptionClass.html#BasicAssumptionClass-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">BasicAssumptionClass</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;object, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;object,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.type.Type-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;cb,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;ct, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ct,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;superclass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;superclass,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;Menge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;Menge,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paralist, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;? extends <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code> int&nbsp;offset)</code>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div> <div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.syntaxtree.ClassBody-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.syntaxtree.misc.UsedId-de.dhbwstuttgart.typeinference.Menge-de.dhbwstuttgart.typeinference.Menge-int-">Class</a></span>(java.lang.String&nbsp;name2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody, <a href="../../../../../de/dhbwstuttgart/syntaxtree/ClassBody.html" title="class in de.dhbwstuttgart.syntaxtree">ClassBody</a>&nbsp;classBody,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;containedTypes2,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.syntaxtree.misc">UsedId</a>&nbsp;usedId, <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;usedId,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;typeMenge,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge, <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td> int&nbsp;offset2)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.typeinference.Menge-">Class</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Class.html#Class-java.lang.String-de.dhbwstuttgart.syntaxtree.type.RefType-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-de.dhbwstuttgart.typeinference.Menge-">Class</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.syntaxtree.type">RefType</a>&nbsp;superClass, <a href="../../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.type">RefType</a>&nbsp;superClass,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
<a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</code> <a href="../../../../../de/dhbwstuttgart/typeinference/Menge.html" title="class in de.dhbwstuttgart.typeinference">Menge</a>&lt;java.lang.String&gt;&nbsp;supertypeGenPara)</code>
<div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.</div> <div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.</div>
</td> </td>
</tr> </tr>
<tr class="altColor"> <tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#Constant-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">Constant</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Constant.html#Constant-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">Constant</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code> <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td> </td>
</tr> </tr>
<tr class="rowColor"> <tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Interface.html#Interface-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Interface</a></span>(java.lang.String&nbsp;name, <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/Interface.html#Interface-java.lang.String-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-int-">Interface</a></span>(java.lang.String&nbsp;name,
<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers, <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
int&nbsp;offset)</code>&nbsp;</td> int&nbsp;offset)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
@ -242,35 +242,35 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc"> <li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- --> <!-- -->
</a> </a>
<h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a></h3> <h3>Uses of <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a> in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Fields in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> declared as <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th> <th class="colLast" scope="col">Field and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#modifiers">modifiers</a></span></code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#modifiers">modifiers</a></span></code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> that return <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
</tr> </tr>
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></code></td> <td class="colFirst"><code><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></code></td>
<td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Modifiers--">get_Modifiers</a></span>()</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#get_Modifiers--">get_Modifiers</a></span>()</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.syntaxtree.misc</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption> <caption><span>Methods in <a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/package-summary.html">de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc</a> with parameters of type <a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr> <tr>
<th class="colFirst" scope="col">Modifier and Type</th> <th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th> <th class="colLast" scope="col">Method and Description</th>
@ -278,7 +278,7 @@
<tbody> <tbody>
<tr class="altColor"> <tr class="altColor">
<td class="colFirst"><code>void</code></td> <td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td> <td class="colLast"><span class="typeNameLabel">DeclId.</span><code><span class="memberNameLink"><a href="../../../../../de/dhbwstuttgart/syntaxtree/misc/DeclId.html#set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">set_Modifiers</a></span>(<a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod)</code>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -298,7 +298,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifiers.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@ -3,7 +3,7 @@
<html lang="de"> <html lang="de">
<head> <head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 --> <!-- Generated by javadoc (1.8.0_05) on Tue May 12 19:56:24 CEST 2015 -->
<title>Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Private</title> <title>Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Private</title>
<meta name="date" content="2015-05-12"> <meta name="date" content="2015-05-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script> <script type="text/javascript" src="../../../../../script.js"></script>
@ -33,7 +33,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@ -70,9 +70,9 @@
</a></div> </a></div>
<!-- ========= END OF TOP NAVBAR ========= --> <!-- ========= END OF TOP NAVBAR ========= -->
<div class="header"> <div class="header">
<h2 title="Uses of Class de.dhbwstuttgart.syntaxtree.modifier.Private" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Private</h2> <h2 title="Uses of Class de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Private" class="title">Uses of Class<br>de.dhbwstuttgart.syntaxtree.modifier.Private</h2>
</div> </div>
<div class="classUseContainer">No usage of de.dhbwstuttgart.syntaxtree.modifier.Private</div> <div class="classUseContainer">No usage of de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Private</div>
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom"> <div class="bottomNav"><a name="navbar.bottom">
<!-- --> <!-- -->
@ -84,7 +84,7 @@
<ul class="navList" title="Navigation"> <ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li> <li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Class</a></li> <li><a href="../../../../../de/dhbwstuttgart/syntaxtree/modifier/Private.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Class</a></li>
<li class="navBarCell1Rev">Use</li> <li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li> <li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

Some files were not shown because too many files have changed in this diff Show More