Package org.codehaus.janino
Class Java.MethodInvocation
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Rvalue
org.codehaus.janino.Java.Invocation
org.codehaus.janino.Java.MethodInvocation
- All Implemented Interfaces:
Java.ArrayInitializerOrRvalue,Java.ElementValue,Java.Locatable
- Enclosing class:
Java
-
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.Invocation
arguments, methodNameFields inherited from class org.codehaus.janino.Java.Rvalue
JUMP_IF_FALSE, JUMP_IF_TRUEFields inherited from class org.codehaus.janino.Java.Located
NOWHERE -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocation(Location location, Java.Atom optionalTarget, String methodName, Java.Rvalue[] arguments) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Visitor.AtomVisitor visitor) voidaccept(Visitor.ElementValueVisitor visitor) voidaccept(Visitor.RvalueVisitor visitor) toString()Methods inherited from class org.codehaus.janino.Java.Rvalue
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalueMethods inherited from class org.codehaus.janino.Java.Atom
toLvalue, toLvalueOrCompileException, toRvalueOrCompileException, toType, toTypeOrCompileExceptionMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileException
-
Field Details
-
optionalTarget
null == method invocation by simple method name
-
-
Constructor Details
-
MethodInvocation
public MethodInvocation(Location location, Java.Atom optionalTarget, String methodName, Java.Rvalue[] arguments)
-
-
Method Details