|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.Invocation
public abstract static class Java.Invocation
Abstract base class for Java.MethodInvocation and Java.SuperclassMethodInvocation.
| Field Summary | |
|---|---|
Java.Rvalue[] |
arguments
Arguments to pass to the method. |
String |
methodName
name of the invoked method. |
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
protected |
Java.Invocation(Location location,
String methodName,
Java.Rvalue[] arguments)
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.janino.Java.Rvalue |
|---|
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue |
| Methods inherited from class org.codehaus.janino.Java.Atom |
|---|
accept, toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toString, toType, toTypeOrCompileException |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Methods inherited from interface org.codehaus.janino.Java.ElementValue |
|---|
accept |
| Field Detail |
|---|
public final String methodName
public final Java.Rvalue[] arguments
| Constructor Detail |
|---|
protected Java.Invocation(Location location,
String methodName,
Java.Rvalue[] arguments)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||