Web Site

org.codehaus.janino
Class Java.Invocation

java.lang.Object
  extended byorg.codehaus.janino.Java.Located
      extended byorg.codehaus.janino.Java.Atom
          extended byorg.codehaus.janino.Java.Rvalue
              extended byorg.codehaus.janino.Java.Invocation
All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.Locatable
Direct Known Subclasses:
Java.MethodInvocation, Java.SuperclassMethodInvocation
Enclosing class:
Java

public abstract static class Java.Invocation
extends Java.Rvalue


Field Summary
 Java.Rvalue[] arguments
           
 
Fields inherited from class org.codehaus.janino.Java.Rvalue
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUE
 
Constructor Summary
protected Java.Invocation(Location location, Java.Rvalue[] arguments)
           
 
Methods inherited from class org.codehaus.janino.Java.Rvalue
accept, getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue
 
Methods inherited from class org.codehaus.janino.Java.Atom
accept, toLvalue, toLvalueOrPE, toRvalueOrPE, toString, toType, toTypeOrPE
 
Methods inherited from class org.codehaus.janino.Java.Located
getLocation, throwParseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arguments

public final Java.Rvalue[] arguments
Constructor Detail

Java.Invocation

protected Java.Invocation(Location location,
                          Java.Rvalue[] arguments)

Web Site