| Package | Description |
|---|---|
| de.dhbwstuttgart.syntaxtree | |
| de.dhbwstuttgart.typeinference | |
| de.dhbwstuttgart.typeinference.typedeployment |
| 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 | Class and Description |
|---|---|
class |
FunNInterface
Stellt das Interface FunN dar.
|
class |
FunNMethod |
| Modifier and Type | Field and Description |
|---|---|
private GenericTypeInsertable |
GenericTypeInsertPoint.genericInsertPoint |
| Modifier and Type | Method and Description |
|---|---|
GenericTypeInsertable |
TypeInsertPoint.getGenericTypeVarInsertNode() |
| Constructor and Description |
|---|
GenericTypeInsertPoint(GenericTypeInsertable syntaxTreeNode,
GenericVarPatch gtv,
ResultSet resultSet) |