| Package | Description |
|---|---|
| de.dhbwstuttgart.syntaxtree.misc | |
| de.dhbwstuttgart.syntaxtree.statement |
| Constructor and Description |
|---|
ConstructorCall(Receiver receiver,
java.lang.String methodName,
ArgumentList argumentList,
int offset) |
| Modifier and Type | Field and Description |
|---|---|
ArgumentList |
This.arglist |
private ArgumentList |
MethodCall.arglist |
private ArgumentList |
NewClass.arglist |
ArgumentList |
ThisCall.arglist |
| Modifier and Type | Method and Description |
|---|---|
ArgumentList |
This.getArgumentList() |
ArgumentList |
MethodCall.getArgumentList() |
ArgumentList |
NewClass.getArgumentList() |
ArgumentList |
ThisCall.getArgumentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
This.set_ArgumentList(ArgumentList al) |
void |
MethodCall.set_ArgumentList(ArgumentList al) |
void |
NewClass.set_ArgumentList(ArgumentList al) |
void |
ThisCall.set_ArgumentList(ArgumentList al) |
| Constructor and Description |
|---|
MethodCall(Receiver receiver,
java.lang.String methodName,
ArgumentList argumentList,
int offset) |