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

java.lang.Object
  extended byorg.globus.cog.karajan.translator.atoms.AbstractKarajanEvaluator
      extended byorg.globus.cog.karajan.translator.atoms.EndElement.Eval
All Implemented Interfaces:
Evaluator, KarajanEvaluator
Enclosing class:
EndElement

public static class EndElement.Eval
extends AbstractKarajanEvaluator


Constructor Summary
EndElement.Eval(BeginElement.Eval begin, List children)
           
 
Method Summary
 String toString()
           
 void write(Writer wr, IndentationLevel l)
           
 
Methods inherited from class org.globus.cog.karajan.translator.atoms.AbstractKarajanEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndElement.Eval

public EndElement.Eval(BeginElement.Eval begin,
                       List children)
Method Detail

write

public void write(Writer wr,
                  IndentationLevel l)
           throws IOException,
                  EvaluationException
Throws:
IOException
EvaluationException

toString

public String toString()