de.xabsl.jxabsl.expression.bool
Class NotOperator

java.lang.Object
  extended by de.xabsl.jxabsl.expression.bool.BooleanExpression
      extended by de.xabsl.jxabsl.expression.bool.NotOperator

public class NotOperator
extends BooleanExpression

Represents an logical 'not' operator


Field Summary
protected  BooleanExpression operand
           
 
Fields inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
debug
 
Constructor Summary
NotOperator(BooleanExpression operand, DebugMessages debug)
           
 
Method Summary
 boolean getValue()
          Returns the value of the boolean expression.
 
Methods inherited from class de.xabsl.jxabsl.expression.bool.BooleanExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operand

protected BooleanExpression operand
Constructor Detail

NotOperator

public NotOperator(BooleanExpression operand,
                   DebugMessages debug)
Method Detail

getValue

public boolean getValue()
Description copied from class: BooleanExpression
Returns the value of the boolean expression.

Specified by:
getValue in class BooleanExpression
Returns:
the value of the boolean expression