| Package | Description |
|---|---|
| de.dhbwstuttgart.syntaxtree | |
| de.dhbwstuttgart.syntaxtree.misc | |
| de.dhbwstuttgart.syntaxtree.statement | |
| de.dhbwstuttgart.typeinference |
| 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 |
ConstructorCall
Diese Klasse stellt den this()-Aufruf dar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Assign |
class |
Binary |
class |
BinaryExpr |
class |
Block |
class |
BoolLiteral |
class |
CastExpr |
class |
CharLiteral |
class |
DoubleLiteral |
class |
EmptyStmt |
class |
Expr |
class |
ExprStmt |
class |
FloatLiteral |
class |
ForStmt |
class |
IfStmt |
class |
InstanceOf |
class |
InstVar |
class |
IntLiteral |
class |
LambdaExpression |
class |
LambdaParameter
Der FormalParameter einer LambdaExpression hat gesonderte Eigenschaften.
|
class |
Literal |
class |
LocalOrFieldVar |
class |
LocalVarDecl |
class |
LongLiteral |
class |
MethodCall |
class |
NegativeExpr |
class |
NewArray |
class |
NewClass |
class |
NotExpr |
class |
Null |
class |
PositivExpr |
class |
PostDecExpr |
class |
PostIncExpr |
class |
PreDecExpr |
class |
PreIncExpr |
class |
Return |
class |
Statement |
class |
StringLiteral |
class |
SuperCall |
class |
This |
class |
ThisCall |
class |
UnaryExpr |
class |
WhileStmt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypeInsertable |
| Modifier and Type | Class and Description |
|---|---|
class |
FunNMethod |