com.threerings.expr
Class ObjectExpression.Evaluator<T>

java.lang.Object
  extended by 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.


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

ObjectExpression.Evaluator

public ObjectExpression.Evaluator()
Method Detail

evaluate

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



Copyright © 2011. All Rights Reserved.