Package | Description |
---|---|
de.dhbwstuttgart.syntaxtree | |
de.dhbwstuttgart.syntaxtree.type | |
de.dhbwstuttgart.typeinference |
Modifier and Type | Class and Description |
---|---|
class |
BasicAssumptionClass |
class |
Class |
class |
Constant
Enthaelt die Eigenschaften einer Konstante (Name, Typ, Modifier, Wert)
|
class |
Constructor |
class |
Field |
class |
FieldDeclaration
Eine Feldinitialisation steht für eine Felddeklaration mit gleichzeitiger Wertzuweisung
Beispiel: 'public Feld FeldVar = FeldWert;'
|
class |
Interface
Ein Interface ist eine abstrakte Klasse, erbt daher von Class
|
class |
Method
Stellt eine Methode dar.
|
Modifier and Type | Method and Description |
---|---|
GTVDeclarationContext |
GTVDeclarationContext.getGTVDeclarationContext() |
GTVDeclarationContext |
SyntaxTreeNode.getGTVDeclarationContext() |
Modifier and Type | Method and Description |
---|---|
GTVDeclarationContext |
GenericTypeVar.getDeclarationContext() |
Modifier and Type | Class and Description |
---|---|
class |
FunNInterface
Stellt das Interface FunN dar.
|
class |
FunNMethod |