org.globus.cog.karajan.parser.atoms
Class Variable.Eval

java.lang.Object
  extended by org.globus.cog.karajan.parser.atoms.Variable.Eval
All Implemented Interfaces:
Evaluator
Enclosing class:
Variable

public static class Variable.Eval
extends Object
implements Evaluator


Constructor Summary
Variable.Eval(String name)
           
 
Method Summary
 Object evaluate(EvaluationContext variables)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Variable.Eval

public Variable.Eval(String name)
Method Detail

evaluate

public Object evaluate(EvaluationContext variables)
                throws EvaluationException
Specified by:
evaluate in interface Evaluator
Throws:
EvaluationException

toString

public String toString()
Overrides:
toString in class Object