Package | Description |
---|---|
de.dhbwstuttgart.syntaxtree | |
de.dhbwstuttgart.syntaxtree.statement |
Modifier and Type | Field and Description |
---|---|
ParameterList |
Method.parameterlist |
Modifier and Type | Method and Description |
---|---|
ParameterList |
Method.getParameterList() |
Modifier and Type | Method and Description |
---|---|
void |
Method.setParameterList(ParameterList paralist) |
Constructor and Description |
---|
Method(java.lang.String name,
Type returnType,
ParameterList parameterList,
Block block,
GenericDeclarationList gtvDeclarations,
int offset) |
Modifier and Type | Field and Description |
---|---|
private ParameterList |
LambdaExpression.params |
Modifier and Type | Method and Description |
---|---|
void |
LambdaExpression.setParameterList(ParameterList params) |