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_TRUE
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
Java.Invocation(Location location,
java.lang.String methodName,
Java.Rvalue[] arguments) |
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
accept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileException
getLocation, throwCompileException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept
public final Java.Rvalue[] arguments
public final java.lang.String methodName
protected Java.Invocation(Location location, java.lang.String methodName, Java.Rvalue[] arguments)