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. |
BooleanExpression.Evaluator
public BooleanExpression.Evaluator()
evaluate
public abstract boolean evaluate()
- Evaluates and returns the current value of the expression.
Copyright © 2011. All Rights Reserved.