Java.ArrayInitializerOrRvalue
, Java.ElementValue
, Java.Locatable
Java.MethodInvocation
, Java.SuperclassMethodInvocation
public abstract static class Java.Invocation extends Java.Rvalue
Java.MethodInvocation
and Java.SuperclassMethodInvocation
.Modifier and Type | Field | Description |
---|---|---|
Java.Rvalue[] |
arguments |
Arguments to pass to the method.
|
String |
methodName |
name of the invoked method.
|
NOWHERE
Modifier | Constructor | Description |
---|---|---|
protected |
Invocation(Location location,
String methodName,
Java.Rvalue[] arguments) |
accept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileException
accept
getLocation, throwCompileException
getLocation, throwCompileException
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
public final String methodName
public final Java.Rvalue[] arguments
protected Invocation(Location location, String methodName, Java.Rvalue[] arguments)
Copyright © 2001–2019. All rights reserved.