com.threerings.expr
Class BooleanExpression.BinaryOperation

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

public abstract static class BooleanExpression.BinaryOperation
extends BooleanExpression

The superclass of the binary operations.


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
 BooleanExpression firstOperand
          The first operand expression.
 BooleanExpression secondOperand
          The second operand expression.
 
Constructor Summary
BooleanExpression.BinaryOperation()
           
 
Method Summary
 BooleanExpression.Evaluator createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 void invalidate()
          Invalidates any cached data.
 
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
 

Field Detail

firstOperand

@Editable
public BooleanExpression firstOperand
The first operand expression.


secondOperand

@Editable
public BooleanExpression secondOperand
The second operand expression.

Constructor Detail

BooleanExpression.BinaryOperation

public BooleanExpression.BinaryOperation()
Method Detail

createEvaluator

public BooleanExpression.Evaluator createEvaluator(Scope scope)
Description copied from class: BooleanExpression
Creates an expression evaluator for the supplied context.

Specified by:
createEvaluator in class BooleanExpression

invalidate

public void invalidate()
Description copied from class: BooleanExpression
Invalidates any cached data.

Overrides:
invalidate in class BooleanExpression


Copyright © 2011. All Rights Reserved.