|
Web Site | |||||||||
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
Field Summary | |
protected Java.Rvalue[] |
arguments
|
protected Java.Scope |
scope
|
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.Scope scope,
Java.Rvalue[] arguments)
|
Methods inherited from class org.codehaus.janino.Java.Rvalue |
toRvalue, visit |
Methods inherited from class org.codehaus.janino.Java.Atom |
getLocation, throwParseException, toLvalue, toLvalueOrPE, toRvalueOrPE, toString, toType, toTypeOrPE, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected final Java.Scope scope
protected final Java.Rvalue[] arguments
Constructor Detail |
protected Java.Invocation(Location location, Java.Scope scope, Java.Rvalue[] arguments)
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |