|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.Java.Located | +--net.janino.Java.Atom | +--net.janino.Java.Rvalue | +--net.janino.Java.Invocation
Field Summary | |
protected Java.Rvalue[] |
arguments
|
protected Java.Scope |
scope
|
Fields inherited from class net.janino.Java.Rvalue |
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUE |
Constructor Summary | |
Java.Invocation(Scanner.Location location,
Java.Scope scope,
Java.Rvalue[] arguments)
|
Methods inherited from class net.janino.Java.Rvalue |
compile, compileBoolean, compileContext, compileGet, compileGetValue, getConstantValue, getNegatedConstantValue, toRvalue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final Java.Scope scope
protected final Java.Rvalue[] arguments
Constructor Detail |
public Java.Invocation(Scanner.Location location, Java.Scope scope, Java.Rvalue[] arguments)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |