janino.net

org.codehaus.janino
Class Java.BooleanRvalue

java.lang.Object
  extended by org.codehaus.janino.Java.Located
      extended by org.codehaus.janino.Java.Atom
          extended by org.codehaus.janino.Java.Rvalue
              extended by org.codehaus.janino.Java.BooleanRvalue
All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.Locatable
Direct Known Subclasses:
Java.BinaryOperation, Java.UnaryOperation
Enclosing class:
Java

public abstract static class Java.BooleanRvalue
extends Java.Rvalue

Base class for Java.Rvalues 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
 
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, throwParseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Java.BooleanRvalue

protected Java.BooleanRvalue(Location location)

janino.net