Package org.codehaus.janino
Class Java.Invocation
- java.lang.Object
-
- org.codehaus.janino.Java.Located
-
- org.codehaus.janino.Java.Atom
-
- org.codehaus.janino.Java.Rvalue
-
- org.codehaus.janino.Java.Invocation
-
- All Implemented Interfaces:
Java.ArrayInitializerOrRvalue
,Java.ElementValue
,Java.Locatable
- Direct Known Subclasses:
Java.MethodInvocation
,Java.SuperclassMethodInvocation
- Enclosing class:
- Java
public abstract static class Java.Invocation extends Java.Rvalue
-
-
Field Summary
Fields Modifier and Type Field Description Java.Rvalue[]
arguments
java.lang.String
methodName
-
Fields inherited from class org.codehaus.janino.Java.Rvalue
JUMP_IF_FALSE, JUMP_IF_TRUE
-
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Invocation(Location location, java.lang.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.ElementValue
accept
-
-
-
-
Field Detail
-
arguments
public final Java.Rvalue[] arguments
-
methodName
public final java.lang.String methodName
-
-
Constructor Detail
-
Invocation
protected Invocation(Location location, java.lang.String methodName, Java.Rvalue[] arguments)
-
-