com.threerings.expr
Class FloatExpression.Evaluator
java.lang.Object
com.threerings.expr.FloatExpression.Evaluator
- Enclosing class:
- FloatExpression
public abstract static class FloatExpression.Evaluator
- extends Object
Performs the actual evaluation of the expression.
|
Method Summary |
abstract float |
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 |
FloatExpression.Evaluator
public FloatExpression.Evaluator()
evaluate
public abstract float evaluate()
- Evaluates and returns the current value of the expression.