com.threerings.expr
Class IntegerExpression.Evaluator

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

public abstract static class IntegerExpression.Evaluator
extends Object

Performs the actual evaluation of the expression.


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

IntegerExpression.Evaluator

public IntegerExpression.Evaluator()
Method Detail

evaluate

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



Copyright © 2011. All Rights Reserved.