Compare commits

...

59 Commits

Author SHA1 Message Date
sebastian
1080d8e52e Zwischenstand 2 2017-05-11 14:32:19 +02:00
sebastian
ede8ad6d03 Zwischenstand ... 2017-05-10 12:23:51 +02:00
sebastian
13330e4fd6 expression NewClass kann nach bigRefactoring wieder verarbeitet werden 2017-05-07 02:41:22 +02:00
sebastian
7dbc2bbd4c Merge branch 'bigRefactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev_PL
Versuche zu mergen dass auch Interfaces geparst werden könne
2017-05-05 19:49:47 +02:00
sebastian
bad80f3fe1 Merge branch 'bigRefactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev_PL
Merge dass Interfaces geparst werden können
2017-05-05 16:00:51 +02:00
Pluemicke Martin
aed2581381 ergaenzung 2017-05-05 14:38:13 +02:00
Pluemicke Martin
f6da15751f Merge branch 'strucTypes_dev_PL' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev_PL 2017-05-05 14:36:12 +02:00
Pluemicke Martin
ce220abaf5 TypeVar zu subtype von TypePlaceholder gemacht 2017-05-05 14:35:48 +02:00
sebastian
9b66d97f62 solve regel angepasst 2017-05-05 13:04:03 +02:00
sebastian
c09e0295d2 methode sucheInterfaces in Rules angepasst, sodass die einfache Unifikation wieder gelöst werden kann 2017-05-04 23:13:28 +02:00
Martin Plümicke
f48bb2ac0c AbstractTypVar durch RefTypeORTPHOrWildcardOrGeneric ersetzt 2017-05-04 15:35:55 +02:00
Martin Plümicke
dfabf8ad71 AbstractTypVar durch RefTypeORTPHOrWildcardOrGeneric ersetzt 2017-05-04 15:10:10 +02:00
Pluemicke Martin
150c071c11 Studienarbeiten Schroedter Steurer hinzugefuegt 2017-05-03 17:36:26 +02:00
sebastian
95aa8d79e3 test myList 2017-05-03 10:54:39 +02:00
sebastian
3ad2f7d6ce ... 2017-05-03 10:12:09 +02:00
sebastian
631614ec69 Anwenden der Regeln endet automatisch 2017-05-03 09:51:02 +02:00
sebastian
062bc24f90 regeln können manuell ausgeführt werden, Probleme mit equalsvergleich Myinteger gehabt 2017-05-03 09:00:59 +02:00
sebastian
ed512e9e8b regeln erstellt bis auf reduce2 2017-05-03 02:17:37 +02:00
sebastian
b082b603de Interface Constraints erhalten jetzt auch neue Typvariablen 2017-05-01 21:32:30 +02:00
sebastian
d54ee60b85 scheinbar habe ich jetzt einheitliche Constraints 2017-05-01 00:12:31 +02:00
sebastian
786b04af8b Versuche alles auf einen Subtype Constraint umzuschreiben 2017-04-30 21:40:31 +02:00
sebastian
e6a528704a AssumptionsgGlobal (fass und mass ... ) werden in auch in TypeExpression ausgeführt, das hatte gefehlt
Zusätzlich wird die Relation TypVariable Method und TypVariable Return hergestellt
2017-04-30 13:35:58 +02:00
sebastian
9ed65b547f versuche bei new operator nochmals neue Typvariablen zu vergeben 2017-04-30 11:57:46 +02:00
sebastian
7585fba4d3 Aktueller Stand für E-Mail 2017-04-23 18:02:39 +02:00
sebastian
7fb439e65d new Operator funktioniert jetzt, TypeVars werden mit einem speziellen Constraint durchgeschleußt an construct vorbei, wahrscheinlich die beste lösung bis jetzt 2017-04-22 03:39:14 +02:00
sebastian
bd8cf2959f TypeExpr für New sowie die Generierung der Interfaces steht an 2017-04-21 03:13:45 +02:00
sebastian
3bb14b82a0 Ich habe in dem Ordner StrucTypes5 damit begonnen nochmals eine Version zu schreiben die auf den Erkenntnissen der vorherigen Entwicklungen beruht (auch der eigenen antlr Version) jetzt aber mit dem bereits vorhanden Syntaxbaum arbeitet.
Mit dem aktuellen Commit kann eine Klasse mit Typvariablen versehen werden die auf den TypPlaceholdern des Syntaxbaumes Basieren.
2017-04-20 23:17:43 +02:00
sebastian
22bc53cde9 Merge branch 'antlr' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev2
Versuche aktuelle Version zu bekommen in der Hoffnung dass ich evtl. ein Interface parsen kann.
2017-04-20 00:16:33 +02:00
sebastian
632b6dd334 bestehende General Parser Test gehen auch wieder 2017-04-19 14:07:36 +02:00
sebastian
1c080df38c Eigene Entwicklung in StrucTypes DHBW-Branch kopiert und lauffähig gemacht. Antlr Parser auf 4.6 geupdatet 2017-04-19 13:46:04 +02:00
sebastian
3c165f79e4 neuer Versuch mit Parser gespeichert 2017-04-18 21:12:39 +02:00
sebastian
9eebf294dc Letzter Stand vor dem Einfügen des Versuches mit eigenem Antlr Parser 2017-04-18 20:38:30 +02:00
sebastian
e30b9d30bb Merge branch 'strucTypes_dev2' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev2
wg new operator
2017-04-07 08:40:17 +02:00
sebastian
5838adad93 neue Testdatein für new 2017-04-07 08:39:43 +02:00
JanUlrich
7feb2d50e9 Merge branch 'bigRefactoring' into strucTypes_dev2 2017-04-07 02:33:42 +02:00
JanUlrich
e285a5c556 Merge branch 'bigRefactoring' into strucTypes_dev2 2017-04-07 00:36:35 +02:00
JanUlrich
8453aaf7fd Merge mit ParserÄnderungen 2017-04-06 12:14:11 +02:00
JanUlrich
2be1a17488 Merge branch 'strucTypes_dev2' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev2 2017-04-06 12:12:36 +02:00
sebastian
eb365bb911 letzte änderung 2017-04-06 11:20:06 +02:00
sebastian
ce97cf82fd Generierung von Interfaces für Felder und Methode hinzugefügt 2017-04-04 17:12:01 +02:00
sebastian
a9b9c46d84 Methodenconstraint neu definiert, Typvariable eingefügt) 2017-04-04 14:52:55 +02:00
sebastian
d4e32794ff TypeExpr für methoden geschrieben 2017-04-03 02:34:43 +02:00
sebastian
b3ffb7bd58 neuer Versuch unter Verwendung der bereits vorhandenen Typvariablen 2017-04-02 23:03:10 +02:00
sebastian
cccc9f4d49 Type Constraints angepasst 2017-03-29 11:55:19 +02:00
sebastian
b0ef4aecd6 Neuen Test für new Statement 2017-03-28 00:46:21 +02:00
JanUlrich
a615ee82f5 Merge branch 'bigRefactoring' into strucTypes_dev2 2017-03-22 17:23:48 +01:00
JanUlrich
752f59172f Bug in JavaClassRegistry contains Methode gefixt 2017-03-22 16:57:42 +01:00
JanUlrich
2c7f4770a3 Merge branch 'bigRefactoring' into strucTypes_dev2 2017-03-22 16:22:20 +01:00
sebastian
86ee358528 Dump 2017-03-22 16:18:37 +01:00
sebastian
4645aa0d69 TypeExpr festgefahren -> neuer Versuch notwendig 2017-03-21 09:05:48 +01:00
sebastian
8e4b1679f0 code generator für expression hinzugefügt (vorlage für TypeExpr) 2017-03-19 14:39:09 +01:00
sebastian
89d1b97339 code generator hinzugefügt 2017-03-19 11:41:22 +01:00
sebastian
5d4ea4bd69 Ausgangsbasis erstellt 2017-03-18 11:07:34 +01:00
sebastian
fbdd81a35f Merge branch 'antlr' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into strucTypes_dev2
neuaufsetzen nach jre problem
2017-03-18 10:55:36 +01:00
sebastian
562d17d07a java JRE SystemLibery auf jdk geändert 2017-03-18 10:28:07 +01:00
sebastian
382a39f255 TypeExpr Algo begonnen 2017-03-16 16:26:59 +01:00
sebastian
e115430874 type-algo args angepasst, Class statt Sourcefile 2017-03-15 21:39:41 +01:00
sebastian
593bb74b12 erste Assumptions eingefügt 2017-03-15 21:25:48 +01:00
sebastian
dd5c8a56ad GeneralParserTest eingefügt 2017-03-15 11:01:42 +01:00
602 changed files with 22993 additions and 8078 deletions

View File

@@ -2,10 +2,13 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/bcel-6.1-SNAPSHOT.jar" sourcepath="lib/bcel-6.1-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="lib/guava-10.0.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/antlr-complete.jar"/>
<classpathentry kind="lib" path="lib/reflections-0.9.10-javadoc.jar"/>
<classpathentry kind="lib" path="lib/reflections-0.9.10-sources.jar"/>
<classpathentry kind="lib" path="lib/reflections-0.9.10.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

4
.gitignore vendored
View File

@@ -10,3 +10,7 @@ bin
*.jar
*.war
*.ear
# Git Ignore für Idea Workspace
/.idea

25
.idea/libraries/annotations_2_0_1.xml generated Normal file
View File

@@ -0,0 +1,25 @@
<component name="libraryTable">
<library name="annotations-2.0.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/annotations-2.0.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/antlr-complete.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/bcel-6.1-SNAPSHOT.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/cloning.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/commons-bcel6-6.0-SNAPSHOT.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/guava-10.0.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/guava-15.0.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/javassist-3.19.0-GA.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/junit-4.0.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/log4j-1.2.12.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/reflections-0.9.10.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT_DIR$/lib/reflections-0.9.10-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/annotations-2.0.1.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/bcel-6.1-SNAPSHOT-sources.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/reflections-0.9.10-sources.jar!/" />
</SOURCES>
</library>
</component>

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>

View File

@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="org.hamcrest:hamcrest-core:1.3" type="repository">
<properties maven-id="org.hamcrest:hamcrest-core:1.3" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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>

124
.idea/uiDesigner.xml generated Normal file
View File

@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Palette2">
<group name="Swing">
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
</item>
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
</item>
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
</item>
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
<initial-values>
<property name="text" value="Button" />
</initial-values>
</item>
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="RadioButton" />
</initial-values>
</item>
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
<initial-values>
<property name="text" value="CheckBox" />
</initial-values>
</item>
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
<initial-values>
<property name="text" value="Label" />
</initial-values>
</item>
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
<preferred-size width="150" height="-1" />
</default-constraints>
</item>
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
</item>
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
<preferred-size width="150" height="50" />
</default-constraints>
</item>
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
<preferred-size width="200" height="200" />
</default-constraints>
</item>
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
</item>
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
</item>
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
</item>
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
<preferred-size width="-1" height="20" />
</default-constraints>
</item>
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
</item>
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
</item>
</group>
</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>

View File

@@ -1,4 +1,13 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull
org.eclipse.jdt.core.compiler.annotation.nonnull.secondary=
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault.secondary=
org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
@@ -7,6 +16,91 @@ org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
org.eclipse.jdt.core.compiler.problem.deadCode=warning
org.eclipse.jdt.core.compiler.problem.deprecation=warning
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning
org.eclipse.jdt.core.compiler.problem.nonnullTypeVariableFromLegacyInvocation=warning
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
org.eclipse.jdt.core.compiler.problem.nullReference=warning
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error
org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
org.eclipse.jdt.core.compiler.problem.pessimisticNullAnalysisForFreeTypeVariables=warning
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
org.eclipse.jdt.core.compiler.problem.unusedExceptionParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedImport=warning
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.8

93
JavaCompilerCore.iml Normal file
View File

@@ -0,0 +1,93 @@
<?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="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="guava-10.0.1.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/guava-10.0.1.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="library" name="org.antlr:antlr4:4.6" level="project" />
<orderEntry type="library" name="org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="annotations-2.0.1" level="project" />
</component>
</module>

View File

@@ -12,28 +12,28 @@
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<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="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/AndOp.html" title="class in de.dhbwstuttgart.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/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">Assign</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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">AndOp</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.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/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/statement/Binary.html" title="class in de.dhbwstuttgart.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/Block.html" title="class in de.dhbwstuttgart.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/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">BoolLiteral</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">BinaryExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">BooleanType</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="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/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.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/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">CharLiteral</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.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">CharacterType</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/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>
@@ -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/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/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="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>
@@ -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/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/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.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/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">DivideOp</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.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/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.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/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.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/statement/Expr.html" title="class in de.dhbwstuttgart.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/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ExtendsWildcardType</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">ExprStmt</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/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/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/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">FloatLiteral</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/statement/ForStmt.html" title="class in de.dhbwstuttgart.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/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.type" target="classFrame">FreshExtendsWildcardType</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.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="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>
@@ -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/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/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/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>
@@ -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/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="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/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">GreaterOp</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.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="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/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="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/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="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/InstVar.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">InstVar</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/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/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/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">IntLiteral</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.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="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/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>
@@ -139,8 +139,8 @@
<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="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/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LambdaParameter</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.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/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>
@@ -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/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="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/LessOp.html" title="class in de.dhbwstuttgart.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/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">LocalOrFieldVar</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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator" target="classFrame">LessOp</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.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/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/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/statement/LongLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">LongLiteral</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="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="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/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="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.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/Modifiers.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Modifier</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.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/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/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/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/NewArray.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">NewArray</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="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.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/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.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/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.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/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.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/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="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="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="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>
@@ -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/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/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/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="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/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/statement/PositivExpr.html" title="class in de.dhbwstuttgart.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/PostIncExpr.html" title="class in de.dhbwstuttgart.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/PreIncExpr.html" title="class in de.dhbwstuttgart.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/Protected.html" title="class in de.dhbwstuttgart.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/statement/Receiver.html" title="class in de.dhbwstuttgart.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/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator" target="classFrame">RelOp</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PositivExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PostIncExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">PreIncExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Protected</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">Receiver</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.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="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/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type" target="classFrame">ReturnType</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.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/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>
@@ -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/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/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.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/misc/Status.html" title="class in de.dhbwstuttgart.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/modifier/Super.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier" target="classFrame">Static</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">StringLiteral</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.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="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="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="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/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">ThisCall</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.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="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/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/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>
@@ -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="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/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.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/UnaryMinus.html" title="class in de.dhbwstuttgart.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/UnaryPlus.html" title="class in de.dhbwstuttgart.syntaxtree.statement" target="classFrame">UnaryPlus</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement" target="classFrame">UnaryNot</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/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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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.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="de/dhbwstuttgart/syntaxtree/type/Void.html" title="class in de.dhbwstuttgart.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/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.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/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/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>

View File

@@ -12,28 +12,28 @@
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<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="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/AndOp.html" title="class in de.dhbwstuttgart.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/Assign.html" title="class in de.dhbwstuttgart.syntaxtree.statement">Assign</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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">AndOp</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.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/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/statement/Binary.html" title="class in de.dhbwstuttgart.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/Block.html" title="class in de.dhbwstuttgart.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/statement/BoolLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">BoolLiteral</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">BinaryExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">BooleanType</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="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/syntaxtree/statement/CastExpr.html" title="class in de.dhbwstuttgart.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/statement/CharLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">CharLiteral</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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">CharacterType</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/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>
@@ -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/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/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="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>
@@ -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/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/syntaxtree/misc/DeclId.html" title="class in de.dhbwstuttgart.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/statement/DoubleLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">DivideOp</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.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/syntaxtree/statement/EmptyStmt.html" title="class in de.dhbwstuttgart.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/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.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/statement/Expr.html" title="class in de.dhbwstuttgart.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/type/ExtendsWildcardType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ExtendsWildcardType</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">ExprStmt</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/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/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/statement/FloatLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">FloatLiteral</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/statement/ForStmt.html" title="class in de.dhbwstuttgart.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/FreshSuperWildcardType.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">FreshExtendsWildcardType</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.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="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>
@@ -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/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/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/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>
@@ -104,29 +104,29 @@
<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/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/GreaterOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">GreaterOp</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.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="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/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="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/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="de/dhbwstuttgart/syntaxtree/statement/InstanceOf.html" title="class in de.dhbwstuttgart.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/type/IntegerType.html" title="class in de.dhbwstuttgart.syntaxtree.type">IntegerType</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">InstVar</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/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/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/statement/IntLiteral.html" title="class in de.dhbwstuttgart.syntaxtree.statement">IntLiteral</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.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="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/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>
@@ -139,8 +139,8 @@
<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="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/LambdaParameter.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LambdaParameter</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.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/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>
@@ -168,50 +168,50 @@
<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/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/LessOp.html" title="class in de.dhbwstuttgart.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/LocalOrFieldVar.html" title="class in de.dhbwstuttgart.syntaxtree.statement">LocalOrFieldVar</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.de.dhbwstuttgart.strucTypes4.syntaxtree.operator">LessOp</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.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/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/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/statement/LongLiteral.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">LongLiteral</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="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="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/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="de/dhbwstuttgart/syntaxtree/operator/MinusOp.html" title="class in de.dhbwstuttgart.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/Modifiers.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifier</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.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/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/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/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/NewArray.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">NewArray</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="de/dhbwstuttgart/syntaxtree/operator/NotEqualOp.html" title="class in de.dhbwstuttgart.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/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.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/syntaxtree/statement/Null.html" title="class in de.dhbwstuttgart.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/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.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/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="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="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="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>
@@ -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/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/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/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="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/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/statement/PositivExpr.html" title="class in de.dhbwstuttgart.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/PostIncExpr.html" title="class in de.dhbwstuttgart.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/PreIncExpr.html" title="class in de.dhbwstuttgart.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/Protected.html" title="class in de.dhbwstuttgart.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/statement/Receiver.html" title="class in de.dhbwstuttgart.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/operator/RelOp.html" title="class in de.dhbwstuttgart.syntaxtree.operator">RelOp</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PositivExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PostIncExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">PreIncExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Protected</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">Receiver</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.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="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/type/ReturnType.html" title="class in de.dhbwstuttgart.syntaxtree.type">ReturnType</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.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/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>
@@ -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/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/syntaxtree/statement/Statement.html" title="class in de.dhbwstuttgart.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/misc/Status.html" title="class in de.dhbwstuttgart.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/modifier/Super.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Static</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">StringLiteral</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.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="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="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="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/ThisCall.html" title="class in de.dhbwstuttgart.syntaxtree.statement">ThisCall</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.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="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/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/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>
@@ -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="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/syntaxtree/type/TypePlaceholder.html" title="class in de.dhbwstuttgart.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/UnaryMinus.html" title="class in de.dhbwstuttgart.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/UnaryPlus.html" title="class in de.dhbwstuttgart.syntaxtree.statement">UnaryPlus</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryExpr</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.de.dhbwstuttgart.strucTypes4.syntaxtree.statement">UnaryNot</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/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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UserDef</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/statement/WhileStmt.html" title="class in de.dhbwstuttgart.syntaxtree.statement">WhileStmt</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.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/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/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>

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>
</tr>
<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>
</tr>
<tr id="i2" class="altColor">
<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>
</table>
</li>
@@ -172,7 +172,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setSuperInterfaces-de.dhbwstuttgart.typeinference.Menge-">
@@ -181,7 +181,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</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>
</tr>
<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="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="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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&nbsp;T)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<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">
<li class="blockList">
<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>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>T</code> - - Typ, bei welchem die GTVs ersetzt werden sollen.</dd>

View File

@@ -91,19 +91,19 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -256,9 +256,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -266,13 +266,13 @@
<tbody>
<tr class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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>
</tbody>
</table>
@@ -280,9 +280,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -290,75 +290,75 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</tbody>
</table>
@@ -366,9 +366,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -376,177 +376,177 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</td>
</tr>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</tbody>
</table>
@@ -554,9 +554,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -564,15 +564,15 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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
(d.h. vorgaben, von welchem Typ die Typevar sein darf
=> extends Class x
@@ -582,84 +582,84 @@
</tr>
<tr class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</td>
</tr>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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
Typ.</div>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>

View File

@@ -95,19 +95,19 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -177,7 +177,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -192,7 +192,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -207,7 +207,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -222,7 +222,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>

View File

@@ -99,15 +99,15 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -288,9 +288,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
@@ -306,9 +306,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
@@ -470,9 +470,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>

View File

@@ -99,15 +99,15 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -218,7 +218,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -233,7 +233,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -248,7 +248,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>

View File

@@ -201,8 +201,8 @@
<tbody>
<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="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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.syntaxtree.type">Type</a>&nbsp;ty2,
<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.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>
</tr>
</tbody>

View File

@@ -83,7 +83,7 @@
</tr>
<tbody>
<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>
</tr>
</tbody>
@@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>

View File

@@ -104,9 +104,9 @@
<tbody>
<tr class="altColor">
<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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.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>
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
</tbody>
</table>

View File

@@ -104,7 +104,7 @@
<tbody>
<tr class="altColor">
<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>
</tr>
</tbody>

View File

@@ -83,7 +83,7 @@
</tr>
<tbody>
<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>
</tr>
<tr class="rowColor">
@@ -98,9 +98,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -134,8 +134,8 @@
<tr class="rowColor">
<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,
<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.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;TA1,
<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>
<div class="block">Implementiert die reduce1 Regel des sub_unify</div>
</td>
@@ -143,8 +143,8 @@
<tr class="altColor">
<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,
<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.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;TA1,
<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>
<div class="block">Implementiert die reduce2 Regel des sub_unify</div>
</td>
@@ -152,8 +152,8 @@
<tr class="rowColor">
<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,
<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.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;TA1,
<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>
<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>
@@ -162,8 +162,8 @@
<tr class="altColor">
<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,
<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.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;TA1,
<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>
<div class="block">Implementiert die reduceExt Regel des sub_unify</div>
</td>
@@ -171,8 +171,8 @@
<tr class="rowColor">
<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,
<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.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;TA1,
<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>
<div class="block">Implementiert die reduceSup Regel des sub_unify</div>
</td>

View File

@@ -83,7 +83,7 @@
</tr>
<tbody>
<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>
</tr>
</tbody>
@@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -104,7 +104,7 @@
<tbody>
<tr class="altColor">
<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>
</tr>
<tr class="rowColor">

View File

@@ -95,11 +95,11 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -167,7 +167,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -185,7 +185,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>

View File

@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li>java.util.Vector&lt;A&gt;</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.parser.BoundedClassIdentifierList</li>
@@ -129,12 +129,12 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<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>
<hr>
<br>
<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>
<dt><span class="seeLabel">See Also:</span></dt>
<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>
</tr>
<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>
</tr>
</table>
@@ -194,7 +194,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<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>
</tr>
</table>
@@ -214,7 +214,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
</tr>
<tr id="i0" class="altColor">
<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 id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
@@ -271,7 +271,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -288,7 +288,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast">
<li class="blockList">
<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>
</li>
</ul>
@@ -315,7 +315,7 @@ extends <a href="../../../de/dhbwstuttgart/typeinference/Menge.html" title="clas
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</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>
</tr>
<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>
</tr>
</table>
@@ -164,7 +164,7 @@ extends java.lang.Object</pre>
</tr>
<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,
<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>
</table>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i3" class="rowColor">
@@ -199,7 +199,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i4" class="altColor">
<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>
</table>
<ul class="blockList">
@@ -238,7 +238,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -265,7 +265,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>ClassAndParameter</h4>
<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>
</ul>
</li>
@@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getName--">
@@ -309,7 +309,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">
@@ -318,7 +318,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>

View File

@@ -130,7 +130,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
</table>
@@ -167,10 +167,10 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<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 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>
</tr>
<tr id="i2" class="altColor">
@@ -205,7 +205,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -239,7 +239,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getEndOffset--">
@@ -257,7 +257,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</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>
</tr>
<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>
</tr>
</table>
@@ -164,7 +164,7 @@ extends java.lang.Object</pre>
</tr>
<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,
<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>
</table>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i3" class="rowColor">
@@ -199,7 +199,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i4" class="altColor">
<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>
</table>
<ul class="blockList">
@@ -238,7 +238,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -265,7 +265,7 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>InterfaceAndParameter</h4>
<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>
</ul>
</li>
@@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getName--">
@@ -309,7 +309,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setParalist-de.dhbwstuttgart.syntaxtree.type.ParaList-">
@@ -318,7 +318,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>

View File

@@ -137,7 +137,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
</table>
@@ -174,10 +174,10 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<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 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>
</tr>
</table>
@@ -208,7 +208,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -242,7 +242,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getTypeMenge--">
@@ -251,7 +251,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -639,7 +639,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="usedIdsToCheck">
@@ -648,7 +648,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="testPair">

View File

@@ -91,11 +91,11 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -162,9 +162,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -180,9 +180,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
@@ -195,20 +195,20 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -236,7 +236,7 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -249,7 +249,7 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -257,18 +257,18 @@
<tbody>
<tr class="altColor">
<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,
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">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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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,
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">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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
@@ -365,12 +365,12 @@
</tr>
<tbody>
<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="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="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.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>
</tr>
<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>
</tr>
</tbody>
@@ -383,34 +383,34 @@
</tr>
<tbody>
<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="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="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.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>
</tr>
<tr class="rowColor">
<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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.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>
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<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,
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#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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
<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="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 class="altColor">
<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,
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#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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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,
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#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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;ht)</code>&nbsp;</td>
</tr>
</tbody>
</table>

View File

@@ -95,11 +95,11 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -191,7 +191,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -208,7 +208,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>

View File

@@ -94,16 +94,16 @@
<li>java.lang.Object</li>
<li>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.BasicAssumptionClass</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.BasicAssumptionClass</li>
</ul>
</li>
</ul>
@@ -161,7 +161,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr>
<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,
<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>
</table>
</li>
@@ -230,7 +230,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<li class="blockList">
<h4>BasicAssumptionClass</h4>
<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>
</ul>
</li>

View File

@@ -100,13 +100,13 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassOrInterface</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassOrInterface</li>
</ul>
</li>
</ul>
@@ -149,11 +149,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -239,10 +239,10 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<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,
<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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;ct,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
@@ -251,61 +251,61 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr>
<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,
<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/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.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;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;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;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td>
</tr>
<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,
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.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;? 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;<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.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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div>
</td>
</tr>
<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,
<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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;containedTypes2,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td>
</tr>
<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,
<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>
</tr>
<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,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<a href="../../../de/dhbwstuttgart/syntaxtree/type/RefType.html" title="class in de.dhbwstuttgart.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/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.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>
<div class="block">Erstellt eine Klasse, welche nur für die Assumptions verwendet wird.</div>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i16" class="altColor">
@@ -404,7 +404,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td>
</tr>
<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>
</tr>
<tr id="i19" class="rowColor">
@@ -433,17 +433,17 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td>
</tr>
<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>
<div class="block">Die Super Klasse dieser Klasse.</div>
</td>
</tr>
<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>
</tr>
<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>
<div class="block">Erstellt einen RefType, welcher auf diese Klasse verweist
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">
<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,
<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 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>
</tr>
<tr id="i28" class="altColor">
@@ -480,7 +480,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr>
<tr id="i32" class="altColor">
<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 id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -494,13 +494,13 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr>
<tr id="i35" class="rowColor">
<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>
</td>
</tr>
<tr id="i36" class="altColor">
<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 id="i37" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -508,7 +508,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr>
<tr id="i38" class="altColor">
<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 id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -516,11 +516,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</tr>
<tr id="i40" class="altColor">
<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 id="i41" class="rowColor">
<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 id="i42" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
@@ -536,12 +536,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
</td>
</tr>
<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="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="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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td>
</tr>
<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="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="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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -606,7 +606,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="modifiers">
@@ -615,7 +615,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="name">
@@ -633,7 +633,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="superclassid">
@@ -642,7 +642,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="class_block">
@@ -651,7 +651,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="parahash">
@@ -678,7 +678,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="usedIdsToCheck">
@@ -687,7 +687,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="typeAssumptions">
@@ -750,7 +750,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -778,8 +778,8 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;modifiers,
<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.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>
<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>
@@ -799,8 +799,8 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/modifier/Modifiers.html" title="class in de.dhbwstuttgart.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
<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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier">Modifiers</a>&nbsp;mod,
int&nbsp;offset)</pre>
</li>
</ul>
@@ -811,7 +811,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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>
</li>
</ul>
@@ -822,13 +822,13 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre>
</li>
</ul>
@@ -840,10 +840,10 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<h4>Class</h4>
<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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;ct,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre>
</li>
</ul>
@@ -854,12 +854,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;containedTypes2,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</pre>
</li>
</ul>
@@ -870,11 +870,11 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/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.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;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;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;paraMenge,
int&nbsp;offset2)</pre>
</li>
</ul>
@@ -885,12 +885,12 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<h4>Class</h4>
<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/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/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.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;? 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;<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.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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</pre>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.
Zur Uebersichtlichkeit in der Grammatik.</div>
@@ -910,7 +910,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setPackageName-de.dhbwstuttgart.syntaxtree.misc.UsedId-">
@@ -919,7 +919,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getName--">
@@ -950,7 +950,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getModifiers--">
@@ -959,7 +959,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getAccessFlags--">
@@ -978,7 +978,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -991,7 +991,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -1004,7 +1004,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="usedIdToRefType-de.dhbwstuttgart.syntaxtree.misc.UsedId-">
@@ -1013,7 +1013,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getFields--">
@@ -1044,7 +1044,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setContainedTypes-de.dhbwstuttgart.typeinference.Menge-">
@@ -1053,7 +1053,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getContainedTypes--">
@@ -1062,7 +1062,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<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">
<li class="blockList">
<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>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -1148,7 +1148,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_Superclass_Name--">
@@ -1166,7 +1166,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="does_Class_extend--">
@@ -1184,7 +1184,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="set_ParaHash-java.util.Hashtable-">
@@ -1297,7 +1297,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<li class="blockList">
<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,
<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>
</ul>
<a name="printJavaCode-de.dhbwstuttgart.typeinference.TypeinferenceResultSet-">
@@ -1356,7 +1356,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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
Ersetzt alle Generischen Variablen in der Parameterliste mit TPH</div>
<dl>
@@ -1443,7 +1443,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -1524,7 +1524,7 @@ implements <a href="../../../de/dhbwstuttgart/core/AClassOrInterface.html" title
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>

View File

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassBody</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassBody</li>
</ul>
</li>
</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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -183,7 +183,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i2" class="altColor">
<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>
</tr>
<tr id="i3" class="rowColor">
@@ -247,7 +247,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="parserlog">
@@ -312,7 +312,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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)
throws <a href="../../../de/dhbwstuttgart/myexception/SCClassBodyException.html" title="class in de.dhbwstuttgart.myexception">SCClassBodyException</a></pre>
<dl>

View File

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ClassHelper</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ClassHelper</li>
</ul>
</li>
</ul>
@@ -147,10 +147,10 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<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="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,
<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/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</code>
<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.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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
</td>
</tr>
@@ -200,9 +200,9 @@ extends java.lang.Object</pre>
<li class="blockList">
<h4>findGenericType</h4>
<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,
<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/GenericTypeVar.html" title="class in de.dhbwstuttgart.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</pre>
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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">GenericTypeVar</a>&gt;&nbsp;methodParaList)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">HOTI
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>
<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>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Constant</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constant</li>
</ul>
</li>
</ul>
@@ -159,11 +159,11 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -211,7 +211,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr>
<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,
<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>
</td>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
<div class="block">Gibt den Typ der Konstantendefinition zurueck.</div>
</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>
</tr>
<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>
<div class="block">Gibt den Wert der Konstantendefinition zurueck.</div>
</td>
@@ -280,7 +280,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr>
<tr id="i10" class="altColor">
<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 id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -288,13 +288,13 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr>
<tr id="i12" class="altColor">
<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>
</td>
</tr>
<tr id="i13" class="rowColor">
<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>
</td>
</tr>
@@ -370,7 +370,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="exp">
@@ -379,7 +379,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="typ">
@@ -388,7 +388,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -407,7 +407,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<h4>Constant</h4>
<pre>@Deprecated
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>
</li>
</ul>
@@ -425,7 +425,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -435,7 +435,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -445,7 +445,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -461,7 +461,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -516,7 +516,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setModifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">
@@ -525,7 +525,7 @@ public&nbsp;Constant(java.lang.String&nbsp;name,
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getOffset--">

View File

@@ -100,19 +100,19 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Constructor</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Constructor</li>
</ul>
</li>
</ul>
@@ -220,7 +220,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
</tr>
<tr id="i1" class="rowColor">
<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 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>
@@ -354,7 +354,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Method.html" title="class
<ul class="blockListLast">
<li class="blockList">
<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>
<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>

View File

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ExceptionList</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ExceptionList</li>
</ul>
</li>
</ul>
@@ -130,7 +130,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
</table>
@@ -167,7 +167,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<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>
</table>
<ul class="blockList">
@@ -197,7 +197,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -231,7 +231,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>

View File

@@ -100,13 +100,13 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Field</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Field</li>
</ul>
</li>
</ul>
@@ -149,7 +149,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -211,13 +211,13 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr>
<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="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>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div>
</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i13" class="rowColor">
@@ -276,11 +276,11 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr>
<tr id="i16" class="altColor">
<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 id="i17" class="rowColor">
<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 id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -292,7 +292,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr>
<tr id="i20" class="altColor">
<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 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>
@@ -300,7 +300,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
</tr>
<tr id="i22" class="altColor">
<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>
</td>
</tr>
@@ -353,7 +353,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="typ">
@@ -362,7 +362,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="offset">
@@ -442,7 +442,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -457,7 +457,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -470,7 +470,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -492,7 +492,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_Name--">
@@ -501,7 +501,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getDeclIdMenge--">
@@ -510,7 +510,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setDeclIdMenge-de.dhbwstuttgart.typeinference.Menge-">
@@ -519,7 +519,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="printJavaCode-de.dhbwstuttgart.typeinference.ResultSet-">
@@ -590,7 +590,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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>
<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.
@@ -609,7 +609,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/TypeInsertable.html"
<ul class="blockList">
<li class="blockList">
<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.
Der Parser kann den Unterschied zwischen einem RefType und einer GTV nicht erkennen.
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>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.FieldDeclaration</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FieldDeclaration</li>
</ul>
</li>
</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>
</tr>
<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>
</tr>
</table>
@@ -191,7 +191,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
</tr>
<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,
<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>
</td>
</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>
</tr>
<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>
</tr>
<tr id="i5" class="rowColor">
@@ -244,7 +244,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
</tr>
<tr id="i7" class="rowColor">
<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 id="i8" class="altColor">
<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 id="i10" class="altColor">
<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>
</td>
</tr>
@@ -309,7 +309,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -327,7 +327,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<li class="blockList">
<h4>FieldDeclaration</h4>
<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.
Kein nachträgliches hinzfügen von Informationen oder aufrufen von parserPostProcessing ist notwendig.</div>
</li>
@@ -355,7 +355,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getWert--">
@@ -364,7 +364,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getIdentifier--">
@@ -485,7 +485,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Field.html" title="class i
<ul class="blockListLast">
<li class="blockList">
<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">Wird im Zuge des ParserPostProcessing aufgerufen.
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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.FormalParameter</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.FormalParameter</li>
</ul>
</li>
</ul>
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
</dl>
<dl>
<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>
<hr>
<br>
@@ -144,7 +144,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -177,7 +177,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<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>
</table>
</li>
@@ -196,7 +196,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr>
<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="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>
<div class="block">Errechnet den TypeInsertPoint für das TypeInsertable.</div>
</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>
</tr>
<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>
</tr>
<tr id="i4" class="altColor">
@@ -236,7 +236,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</td>
</tr>
<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>
</tr>
<tr id="i9" class="rowColor">
@@ -269,7 +269,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr>
<tr id="i15" class="rowColor">
<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 id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -277,7 +277,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
</tr>
<tr id="i17" class="rowColor">
<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>
</td>
</tr>
@@ -320,7 +320,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="declid">
@@ -329,7 +329,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="inferencelog">
@@ -355,7 +355,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -385,7 +385,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -401,7 +401,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getIdentifier--">
@@ -423,7 +423,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
<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>
@@ -565,7 +565,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
<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.
@@ -597,7 +597,7 @@ implements <a href="../../../de/dhbwstuttgart/typeinference/Typeable.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getDescription--">

View File

@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.GTVDeclarationContext</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GTVDeclarationContext</li>
</ul>
</li>
</ul>

View File

@@ -130,7 +130,7 @@ var activeTableTab = "activeTableTab";
<th class="colLast" scope="col">Method and Description</th>
</tr>
<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>
</tr>
<tr id="i1" class="rowColor">
@@ -167,7 +167,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>

View File

@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.GenericDeclarationList</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.GenericDeclarationList</li>
</ul>
</li>
</ul>
@@ -114,13 +114,13 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<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>
<hr>
<br>
<pre>public class <span class="typeNameLabel">GenericDeclarationList</span>
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.
Kann vor Methoden und Klassen auftauchen. (<....>)</div>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -195,11 +195,11 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
</tr>
<tr id="i0" class="altColor">
<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 id="i1" class="rowColor">
<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 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>
@@ -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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i8" class="altColor">
@@ -280,7 +280,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -297,7 +297,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockListLast">
<li class="blockList">
<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>
</li>
</ul>
@@ -315,7 +315,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getEndOffset--">
@@ -359,10 +359,10 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList">
<li class="blockList">
<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>
<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>
</li>
</ul>
@@ -394,7 +394,7 @@ implements java.lang.Iterable&lt;<a href="../../../de/dhbwstuttgart/syntaxtree/t
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<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">
<li class="blockList">
<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>
</ul>
</li>

View File

@@ -103,10 +103,10 @@
<li>java.util.Vector&lt;A&gt;</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ImportDeclarations</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ImportDeclarations</li>
</ul>
</li>
</ul>
@@ -123,12 +123,12 @@
<li class="blockList">
<dl>
<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>
<hr>
<br>
<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
Auch wenn es nicht so aussieht, hat diese Klasse einen Sinn :-)
Der Parser kann keine Generischen Typen darstellen, damit trotzdem

View File

@@ -100,16 +100,16 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Interface</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Interface</li>
</ul>
</li>
</ul>
@@ -173,7 +173,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr>
<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,
<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>
</tr>
</table>
@@ -201,7 +201,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
</tr>
<tr id="i2" class="altColor">
<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>
</table>
<ul class="blockList">
@@ -263,7 +263,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<li class="blockList">
<h4>Interface</h4>
<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>
</li>
</ul>
@@ -299,7 +299,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/Class.html" title="class i
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>

View File

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

View File

@@ -100,16 +100,16 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.Method</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.Method</li>
</ul>
</li>
</ul>
@@ -160,7 +160,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -241,9 +241,9 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<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,
<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/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,
int&nbsp;offset)</code>&nbsp;</td>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
<div class="block">Der Typ einer Methode ist ihr Returntype</div>
</td>
@@ -362,7 +362,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<tr id="i21" class="rowColor">
<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 id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -374,7 +374,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<tr id="i24" class="altColor">
<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 id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -401,13 +401,13 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<tr id="i30" class="altColor">
<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>
</td>
</tr>
<tr id="i31" class="rowColor">
<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 id="i32" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
@@ -421,7 +421,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<tr id="i34" class="altColor">
<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>
</td>
</tr>
@@ -481,7 +481,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="parameterlist">
@@ -508,7 +508,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="overloadedID">
@@ -602,9 +602,9 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<li class="blockList">
<h4>Method</h4>
<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/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,
int&nbsp;offset)</pre>
</li>
@@ -632,7 +632,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setReturnType-de.dhbwstuttgart.syntaxtree.type.Type-">
@@ -641,7 +641,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
@@ -655,7 +655,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<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">
<li class="blockList">
<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>
</ul>
<a name="set_ExceptionList-de.dhbwstuttgart.syntaxtree.ExceptionList-">
@@ -872,7 +872,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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">Wird im Zuge des ParserPostProcessing aufgerufen.
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">
<li class="blockList">
<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>
<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>
@@ -1002,7 +1002,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

View File

@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.ParameterList</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.ParameterList</li>
</ul>
</li>
</ul>

View File

@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.SourceFile</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SourceFile</li>
</ul>
</li>
</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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -252,13 +252,13 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr>
<tr id="i2" class="altColor">
<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>
</tr>
<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="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;superclassParaOrg,
<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>
</tr>
<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,
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>
</tr>
<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>
</tr>
<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>
<div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars
dieser Klasse gespeichert werden.</div>
@@ -328,7 +328,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr>
<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="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>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
</td>
@@ -364,7 +364,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
</tr>
<tr id="i23" class="rowColor">
<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 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>
@@ -482,7 +482,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="KlassenVektor">
@@ -587,7 +587,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<li class="blockList">
<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,
<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;superclassParaOrg,
<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">
<li class="blockList">
<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>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
<dl>
@@ -685,7 +685,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -695,9 +695,9 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList">
<li class="blockList">
<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.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>
</li>
</ul>
@@ -746,7 +746,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList">
<li class="blockList">
<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
dieser Klasse gespeichert werden. Diese Mengeen werden unter den Klassennamen
in der
@@ -780,7 +780,7 @@ extends <a href="../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="addImports-de.dhbwstuttgart.syntaxtree.ImportDeclarations-">

View File

@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.SyntaxTreeNode</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.SyntaxTreeNode</li>
</ul>
</li>
</ul>
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
</dl>
<dl>
<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>
<hr>
<br>
@@ -219,7 +219,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
</tr>
<tr id="i9" class="rowColor">
<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>
</table>
<ul class="blockList">
@@ -374,7 +374,7 @@ implements <a href="../../../de/dhbwstuttgart/core/IItemWithOffset.html" title="
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getMatchingParentNode-de.dhbwstuttgart.syntaxtree.SyntaxTreeNode-">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -189,7 +189,7 @@
<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="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;superclassParaOrg,
<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>
</tr>
<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,
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>
</tr>
</tbody>
@@ -238,7 +238,7 @@
<tbody>
<tr class="altColor">
<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>
</tr>
</tbody>
@@ -258,9 +258,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -268,7 +268,7 @@
<tbody>
<tr class="altColor">
<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>
</tr>
<tr class="rowColor">
@@ -394,14 +394,14 @@
</tr>
<tbody>
<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,
<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>
</td>
</tr>
<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,
<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>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -119,52 +119,52 @@
<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,
<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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;ct,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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.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;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;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;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td>
</tr>
<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,
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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/syntaxtree/type/Type.html" title="class in de.dhbwstuttgart.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;? 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;<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.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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>
<div class="block">Konstruktor, der die Angabe aller Parameter ermoeglicht.</div>
</td>
</tr>
<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,
<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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;containedTypes2,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td>
</tr>
</tbody>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -163,9 +163,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -173,14 +173,14 @@
<tbody>
<tr class="altColor">
<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>
</td>
</tr>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -174,9 +174,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -154,9 +154,9 @@
<tbody>
<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,
<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/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,
int&nbsp;offset)</code>&nbsp;</td>
</tr>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -185,7 +185,7 @@
<tr class="altColor">
<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,
<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 class="rowColor">
<td class="colFirst"><code>void</code></td>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
</tbody>
@@ -146,9 +146,9 @@
<tbody>
<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,
<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/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,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
@@ -158,9 +158,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
@@ -173,7 +173,7 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
@@ -87,19 +87,19 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="rowColor">
@@ -336,9 +336,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -346,7 +346,7 @@
<tbody>
<tr class="altColor">
<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>
</td>
</tr>
@@ -356,9 +356,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.operator">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -366,80 +366,80 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -455,9 +455,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -465,182 +465,182 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</td>
</tr>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -789,7 +789,7 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -810,7 +810,7 @@
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
@@ -830,9 +830,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.type">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -840,15 +840,15 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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
(d.h. vorgaben, von welchem Typ die Typevar sein darf
=> extends Class x
@@ -858,91 +858,91 @@
</tr>
<tr class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</td>
</tr>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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
Typ.</div>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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>
</td>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
@@ -955,7 +955,7 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -976,40 +976,40 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr>
<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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr>
<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,
<a href="../../../../de/dhbwstuttgart/syntaxtree/SyntaxTreeNode.html" title="class in de.dhbwstuttgart.syntaxtree">SyntaxTreeNode</a>&nbsp;method)</code>&nbsp;</td>
</tr>
<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,
<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>
</td>
</tr>
<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>
</tr>
<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>
</tr>
<tr class="altColor">
@@ -1084,7 +1084,7 @@
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
@@ -1103,7 +1103,7 @@
</tr>
<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,
<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,
int&nbsp;offset,
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>
</tr>
<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,
int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/>
@@ -1126,7 +1126,7 @@
</td>
</tr>
<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,
int&nbsp;offset,
java.lang.String&nbsp;name)</code>
@@ -1135,7 +1135,7 @@
</td>
</tr>
<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,
int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/>
@@ -1143,7 +1143,7 @@
</td>
</tr>
<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,
int&nbsp;offset,
java.lang.String&nbsp;name)</code>
@@ -1192,7 +1192,7 @@
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
@@ -1232,7 +1232,7 @@
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
int&nbsp;offset)</code>
<div class="block">Author: Arne Lüdtke<br/>
@@ -1282,13 +1282,13 @@
</tr>
<tbody>
<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="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="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.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>
</tr>
<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="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>
<div class="block">Kontrolliert den vom Parser gesetzten Typ.</div>
</td>
@@ -1352,7 +1352,7 @@
<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,
<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>
<div class="block">Dieser Konstruktor erstellt einen TypInsertPoint</div>
</td>

View File

@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav">
<ul class="navList">
<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 class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,22 +100,22 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<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>
<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>
<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>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.ConstructorCall</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.ConstructorCall</li>
</ul>
</li>
</ul>
@@ -139,7 +139,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
<dl>
<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">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement">
<!-- -->
</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>
</ul>
<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>
</tr>
<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,
<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>
</tr>
</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">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Expr">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.ExprStmt">
<!-- -->
</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>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.de.dhbwstuttgart.syntaxtree.statement.Statement">
<!-- -->
</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>
</ul>
<ul class="blockList">
@@ -295,9 +295,9 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<ul class="blockListLast">
<li class="blockList">
<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,
<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>
</li>
</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>
<dl>
<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>
</dl>
</li>
@@ -355,7 +355,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/statement/MethodCall.ht
<div class="subNav">
<ul class="navList">
<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 class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.DeclId</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.DeclId</li>
</ul>
</li>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i5" class="rowColor">
@@ -222,11 +222,11 @@ extends java.lang.Object</pre>
</tr>
<tr id="i7" class="rowColor">
<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 id="i8" class="altColor">
<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 id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
@@ -238,7 +238,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i11" class="rowColor">
<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 id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -282,7 +282,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="name">
@@ -300,7 +300,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="paratyp">
@@ -406,7 +406,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_Name--">
@@ -424,7 +424,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="set_Modifiers-de.dhbwstuttgart.syntaxtree.modifier.Modifiers-">
@@ -433,7 +433,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_Modifiers--">
@@ -442,7 +442,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_access_flags--">
@@ -460,7 +460,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getLineNumber--">
@@ -542,8 +542,8 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.Status</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.Status</li>
</ul>
</li>
</ul>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<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>
<hr>
<br>
@@ -134,7 +134,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
</table>
@@ -171,7 +171,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<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>
</table>
<ul class="blockList">
@@ -201,7 +201,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -235,7 +235,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -266,8 +266,8 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.UsedId</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UsedId</li>
</ul>
</li>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</table>
@@ -191,7 +191,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<th class="colLast" scope="col">Method and Description</th>
</tr>
<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,
int&nbsp;offset)</code>&nbsp;</td>
</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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<tr id="i10" class="altColor">
@@ -261,7 +261,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
</tr>
<tr id="i17" class="rowColor">
<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 id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -323,7 +323,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="vParaOrg">
@@ -332,7 +332,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="m_Offset">
@@ -456,7 +456,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_RealParaList--">
@@ -465,7 +465,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_ParaList--">
@@ -474,7 +474,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_vParaOrg--">
@@ -483,7 +483,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="get_Typen--">
@@ -543,7 +543,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -562,7 +562,7 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="getSimpleName--">
@@ -611,8 +611,8 @@ implements <a href="../../../../de/dhbwstuttgart/core/IItemWithOffset.html" titl
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?de/dhbwstuttgart/syntaxtree/misc/UsedId.html" target="_top">Frames</a></li>

View File

@@ -43,7 +43,7 @@
</div>
<div class="subNav">
<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>
</ul>
<ul class="navList">
@@ -86,7 +86,7 @@
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -94,10 +94,10 @@
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.misc.UserDef</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc.UserDef</li>
</ul>
</li>
</ul>
@@ -109,7 +109,7 @@
<hr>
<br>
<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>
</ul>
</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">
<!-- -->
</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>
</ul>
</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">
<!-- -->
</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>
</ul>
<ul class="blockList">
@@ -219,7 +219,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/misc/Status.html" title
</div>
<div class="subNav">
<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>
</ul>
<ul class="navList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
@@ -84,7 +84,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,13 +70,13 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<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>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
@@ -87,7 +87,7 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
</tbody>
@@ -98,65 +98,65 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
<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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -164,16 +164,16 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -181,18 +181,18 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<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>
</tbody>
</table>
@@ -200,35 +200,35 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -236,12 +236,12 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -249,7 +249,7 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
@@ -269,7 +269,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,20 +70,20 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<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>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<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>
</tr>
</tbody>
@@ -94,9 +94,9 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
@@ -104,7 +104,7 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
@@ -124,7 +124,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,13 +70,13 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<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>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
@@ -91,15 +91,15 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</tbody>
@@ -110,26 +110,26 @@
<li class="blockList"><a name="de.dhbwstuttgart.parser">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
<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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -137,7 +137,7 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
@@ -145,54 +145,54 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
<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>
</tr>
<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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
<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>
<div class="block">Erzeugt f�r jede Klasse einen Menge, in den Referenzen auf die GenericTypeVars
dieser Klasse gespeichert werden.</div>
@@ -201,20 +201,20 @@
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -222,26 +222,26 @@
<tbody>
<tr class="altColor">
<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>
</td>
</tr>
<tr class="rowColor">
<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 class="altColor">
<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 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="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="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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&nbsp;superclass2)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -249,24 +249,24 @@
<tbody>
<tr class="altColor">
<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>
</tr>
<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="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>
<div class="block">Erstellt die Assumptions der standardmäßig importierten Packages (java.lang.) sowie der von imports übergebenen Klassen zusammen.</div>
</td>
</tr>
<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="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="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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;superif2)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
@@ -274,61 +274,61 @@
<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,
<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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;ct,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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/syntaxtree/misc/UsedId.html" title="class in de.dhbwstuttgart.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.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;containedTypes2,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paraMenge,
int&nbsp;offset2)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<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,
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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,
<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/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/misc/UsedId.html" title="class in de.dhbwstuttgart.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/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/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;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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc">UsedId</a>&gt;&nbsp;usedIdsToCheck,
<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.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.de.dhbwstuttgart.strucTypes4.syntaxtree.type">Type</a>&gt;&nbsp;paralist,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
</tbody>
@@ -337,21 +337,21 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../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,
int&nbsp;offset)</code>&nbsp;</td>
</tr>
<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>
</tr>
</tbody>
@@ -360,39 +360,39 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.statement">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
<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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -400,38 +400,38 @@
<tbody>
<tr class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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 class="altColor">
<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 class="rowColor">
<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>
</tbody>
</table>
<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>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<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;variableLength)</code>
<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">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -480,7 +480,7 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
@@ -500,7 +500,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,20 +70,20 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<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>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<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>
</tr>
</tbody>
@@ -94,22 +94,22 @@
<li class="blockList"><a name="de.dhbwstuttgart.syntaxtree.misc">
<!-- -->
</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">
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>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>
</tr>
</tbody>
</table>
<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>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
@@ -117,7 +117,7 @@
<tbody>
<tr class="altColor">
<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>
</tbody>
</table>
@@ -137,7 +137,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>

View File

@@ -3,21 +3,21 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<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">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ConstructorCall.html" title="class in de.dhbwstuttgart.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="Status.html" title="class in de.dhbwstuttgart.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="UserDef.html" title="class in de.dhbwstuttgart.syntaxtree.misc" target="classFrame">UserDef</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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">DeclId</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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UsedId</a></li>
<li><a href="UserDef.html" title="class in de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.misc" target="classFrame">UserDef</a></li>
</ul>
</div>
</body>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="contentContainer">
<ul class="blockList">
@@ -83,25 +83,25 @@
</tr>
<tbody>
<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">
<div class="block">Diese Klasse stellt den this()-Aufruf dar.</div>
</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</tbody>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,7 +70,7 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
@@ -81,23 +81,23 @@
<ul>
<li type="circle">java.lang.Object
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.misc"><span class="typeNameLink">Status</span></a>
<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>
</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>)
<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>
<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>
<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>
<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>
<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>
</li>
</ul>
@@ -108,7 +108,7 @@
</li>
</ul>
</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>
</li>
</ul>

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
@@ -70,13 +70,13 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 class="contentContainer">
<ul class="blockList">
<li class="blockList">
<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>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
@@ -91,15 +91,15 @@
<td class="colLast">&nbsp;</td>
</tr>
<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>
</tr>
<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>
</tr>
<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>
</tr>
</tbody>
@@ -109,7 +109,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -124,7 +124,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -142,7 +142,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -163,7 +163,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>
@@ -181,7 +181,7 @@
<!-- -->
</a>
<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>
<th class="colOne" scope="col">Class and Description</th>
</tr>

View File

@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
<div class="subNav">
<ul class="navList">
<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 class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Abstract</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Abstract</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</li>
</ul>
@@ -214,7 +214,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -260,7 +260,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
<div class="subNav">
<ul class="navList">
<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 class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Final</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Final</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</li>
</ul>
@@ -214,7 +214,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -259,8 +259,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.InterfaceModifier</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.InterfaceModifier</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Daniel</dd>
@@ -217,7 +217,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -262,8 +262,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Modifier</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifier</li>
</ul>
</li>
</ul>
@@ -109,7 +109,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<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>
<hr>
<br>
@@ -248,8 +248,8 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Modifiers</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Modifiers</li>
</ul>
</li>
</ul>
@@ -132,7 +132,7 @@ extends java.lang.Object</pre>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<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>
</tr>
</table>
@@ -169,7 +169,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i0" class="altColor">
<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>
</td>
</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>
</tr>
<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>
</tr>
<tr id="i5" class="rowColor">
<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>
</td>
</tr>
@@ -207,7 +207,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i7" class="rowColor">
<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>
</table>
<ul class="blockList">
@@ -237,7 +237,7 @@ extends java.lang.Object</pre>
<ul class="blockListLast">
<li class="blockList">
<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>
</ul>
</li>
@@ -271,7 +271,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="setModifier-de.dhbwstuttgart.typeinference.Menge-">
@@ -280,7 +280,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</ul>
<a name="addModifier-de.dhbwstuttgart.syntaxtree.modifier.Modifier-">
@@ -289,7 +289,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -299,7 +299,7 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<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>
</li>
</ul>
@@ -371,8 +371,8 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Private</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Private</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</ul>
</div>
@@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Protected</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Protected</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</ul>
</div>
@@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Public</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Public</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</ul>
</div>
@@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Static</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Static</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
</ul>
</div>
@@ -213,7 +213,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -258,8 +258,8 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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/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/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.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<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 class="subNav">
<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>
</ul>
<ul class="navList">
@@ -92,7 +92,7 @@ var activeTableTab = "activeTableTab";
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<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>
</div>
<div class="contentContainer">
@@ -100,10 +100,10 @@ var activeTableTab = "activeTableTab";
<li>java.lang.Object</li>
<li>
<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>
<ul class="inheritance">
<li>de.dhbwstuttgart.syntaxtree.modifier.Super</li>
<li>de.dhbwstuttgart.de.dhbwstuttgart.strucTypes4.syntaxtree.modifier.Super</li>
</ul>
</li>
</ul>
@@ -115,7 +115,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<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>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Daniel</dd>
@@ -217,7 +217,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
zurueck.</div>
<dl>
<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>
</li>
</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>
<dl>
<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>
</li>
</ul>
@@ -262,7 +262,7 @@ extends <a href="../../../../de/dhbwstuttgart/syntaxtree/modifier/Modifier.html"
</div>
<div class="subNav">
<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>
</ul>
<ul class="navList">

View File

@@ -3,7 +3,7 @@
<html lang="de">
<head>
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
@@ -33,7 +33,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
@@ -70,9 +70,9 @@
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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 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 ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
@@ -84,7 +84,7 @@
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../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><a href="../package-tree.html">Tree</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