com.threerings.expr
Class ObjectExpression.Evaluator<T>
java.lang.Object
com.threerings.expr.ObjectExpression.Evaluator<T>
- Enclosing class:
- ObjectExpression<T>
public abstract static class ObjectExpression.Evaluator<T>
- extends Object
Performs the actual evaluation of the expression.
|
Method Summary |
abstract T |
evaluate()
Evaluates and returns the current value of the expression. |
ObjectExpression.Evaluator
public ObjectExpression.Evaluator()
evaluate
public abstract T evaluate()
- Evaluates and returns the current value of the expression.
Copyright © 2011. All Rights Reserved.