public abstract static class Java.Invocation extends Java.Rvalue
Java.MethodInvocation
and Java.SuperclassMethodInvocation
.Modifier and Type | Field and Description |
---|---|
Java.Rvalue[] |
arguments
Arguments to pass to the method.
|
String |
methodName
name of the invoked method.
|
NOWHERE
Modifier | Constructor and Description |
---|---|
protected |
Invocation(Location location,
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
getLocation, throwCompileException
accept
public final String methodName
public final Java.Rvalue[] arguments
protected Invocation(Location location, String methodName, Java.Rvalue[] arguments)
Copyright © 2001–2016. All rights reserved.