Package | Description |
---|---|
de.dhbwstuttgart.syntaxtree | |
de.dhbwstuttgart.syntaxtree.statement |
Modifier and Type | Field and Description |
---|---|
private Block |
Method.block |
private Block |
Class.class_block |
Modifier and Type | Method and Description |
---|---|
Block |
Method.get_Block() |
Block |
Class.get_class_block() |
Modifier and Type | Method and Description |
---|---|
void |
Method.set_Block(Block blo) |
void |
Class.set_class_block(Block block) |
Constructor and Description |
---|
Method(java.lang.String name,
Type returnType,
ParameterList parameterList,
Block block,
GenericDeclarationList gtvDeclarations,
int offset) |
Modifier and Type | Field and Description |
---|---|
Block |
LocalVarDecl.block |
private Block |
LambdaExpression.method_body |
Modifier and Type | Method and Description |
---|---|
void |
LambdaExpression.setBody(Block block) |