| Modifier and Type | Class and Description |
|---|---|
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 |
FormalParameter |
class |
Method
Stellt eine Methode dar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaParameter
Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.
|
class |
LocalVarDecl |
| Modifier and Type | Class and Description |
|---|---|
class |
FunNMethod |
| Modifier and Type | Field and Description |
|---|---|
private TypeInsertable |
Assumption.typable |
| Constructor and Description |
|---|
Assumption(TypeInsertable ass) |
| Modifier and Type | Field and Description |
|---|---|
private TypeInsertable |
TypeInsertPoint.point |
| Modifier and Type | Method and Description |
|---|---|
private TypeInsertable |
TypeInsertPoint.getTIP() |
| Modifier and Type | Method and Description |
|---|---|
TypeInsertPoint |
TypeInsertSet.getInsertPointFor(TypeInsertable node) |
| Constructor and Description |
|---|
TypeInsertPoint(TypeInsertable insertPoint,
SyntaxTreeNode insertNode,
Type insertType,
ResultSet resultSet)
Dieser Konstruktor erstellt einen TypInsertPoint
|