com.threerings.expr
Class BooleanExpression.Evaluator

java.lang.Object
  extended by com.threerings.expr.BooleanExpression.Evaluator
Enclosing class:
BooleanExpression

public abstract static class BooleanExpression.Evaluator
extends Object

Performs the actual evaluation of the expression.


Constructor Summary
BooleanExpression.Evaluator()
           
 
Method Summary
abstract  boolean evaluate()
          Evaluates and returns the current value of the expression.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanExpression.Evaluator

public BooleanExpression.Evaluator()
Method Detail

evaluate

public abstract boolean evaluate()
Evaluates and returns the current value of the expression.



Copyright © 2011. All Rights Reserved.