|
||||||||||
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.BooleanRvalue
public abstract static class Java.BooleanRvalue
Base class for Java.Rvalue
s that compile better as conditional
branches.
Field Summary |
---|
Fields inherited from class org.codehaus.janino.Java.Rvalue |
---|
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUE |
Fields inherited from class org.codehaus.janino.Java.Located |
---|
NOWHERE |
Constructor Summary | |
---|---|
protected |
Java.BooleanRvalue(Location location)
|
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, toLvalueOrPE, toRvalueOrPE, toString, toType, toTypeOrPE |
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 |
Constructor Detail |
---|
protected Java.BooleanRvalue(Location location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |