Java.ArrayInitializerOrRvalue, Java.ElementValue, Java.LocatableJava.MethodInvocation, Java.SuperclassMethodInvocationpublic 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, toTypeOrCompileExceptionacceptgetLocation, throwCompileExceptiongetLocation, throwCompileExceptionaccept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvaluepublic final String methodName
public final Java.Rvalue[] arguments
protected Invocation(Location location, String methodName, Java.Rvalue[] arguments)
Copyright © 2001–2019. All rights reserved.