org.globus.cog.karajan.translator.atoms
Class BeginElement.Eval

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

public static class BeginElement.Eval
extends Object
implements Evaluator


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

Constructor Detail

BeginElement.Eval

public BeginElement.Eval(String name,
                         int line)
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

getName

public String getName()

getLine

public int getLine()