public abstract static class Java.Invocation extends Java.Rvalue
| Modifier and Type | Field and Description |
|---|---|
Java.Rvalue[] |
arguments |
java.lang.String |
methodName |
JUMP_IF_FALSE, JUMP_IF_TRUENOWHERE| Modifier | Constructor and Description |
|---|---|
protected |
Invocation(Location location,
java.lang.String methodName,
Java.Rvalue[] arguments) |
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalueaccept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptpublic final Java.Rvalue[] arguments
public final java.lang.String methodName
protected Invocation(Location location, java.lang.String methodName, Java.Rvalue[] arguments)