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, accept, accept, getEnclosingScope, getEnclosingScopeOrNull, setEnclosingScope, toRvaluetoLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileExceptiongetLocation, throwCompileExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocation, throwCompileExceptionpublic final String methodName
public final Java.Rvalue[] arguments
protected Invocation(Location location, String methodName, Java.Rvalue[] arguments)
Copyright © 2019. All rights reserved.