com.threerings.expr
Class FloatExpression.Evaluator

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

public abstract static class FloatExpression.Evaluator
extends Object

Performs the actual evaluation of the expression.


Constructor Summary
FloatExpression.Evaluator()
           
 
Method Summary
abstract  float 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

FloatExpression.Evaluator

public FloatExpression.Evaluator()
Method Detail

evaluate

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



Copyright © 2011. All Rights Reserved.