com.threerings.expr
Class BooleanExpression.Evaluator
java.lang.Object
com.threerings.expr.BooleanExpression.Evaluator
- Enclosing class:
- BooleanExpression
public abstract static class BooleanExpression.Evaluator
- extends Object
Performs the actual evaluation of the expression.
|
Method Summary |
abstract boolean |
evaluate()
Evaluates and returns the current value of the expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanExpression.Evaluator
public BooleanExpression.Evaluator()
evaluate
public abstract boolean evaluate()
- Evaluates and returns the current value of the expression.