com.threerings.expr
Class BooleanExpression.Or

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.BooleanExpression
          extended by com.threerings.expr.BooleanExpression.BinaryOperation
              extended by com.threerings.expr.BooleanExpression.Or
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BooleanExpression

public static class BooleanExpression.Or
extends BooleanExpression.BinaryOperation

Computes the logical OR of its operands.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.BooleanExpression
BooleanExpression.And, BooleanExpression.BinaryOperation, BooleanExpression.BooleanEquals, BooleanExpression.Constant, BooleanExpression.Evaluator, BooleanExpression.FloatBinaryOperation, BooleanExpression.FloatEquals, BooleanExpression.FloatGreater, BooleanExpression.FloatGreaterEquals, BooleanExpression.FloatLess, BooleanExpression.FloatLessEquals, BooleanExpression.Not, BooleanExpression.Or, BooleanExpression.Parsed, BooleanExpression.Reference, BooleanExpression.StringEquals, BooleanExpression.Xor
 
Field Summary
 
Fields inherited from class com.threerings.expr.BooleanExpression.BinaryOperation
firstOperand, secondOperand
 
Constructor Summary
BooleanExpression.Or()
           
 
Method Summary
 
Methods inherited from class com.threerings.expr.BooleanExpression.BinaryOperation
createEvaluator, invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanExpression.Or

public BooleanExpression.Or()


Copyright © 2011. All Rights Reserved.