org.mvel2.templates.res
Class CompiledForEachNode

java.lang.Object
  extended by org.mvel2.templates.res.Node
      extended by org.mvel2.templates.res.CompiledForEachNode
All Implemented Interfaces:
Serializable

public class CompiledForEachNode
extends Node

See Also:
Serialized Form

Field Summary
 Node nestedNode
           
 
Fields inherited from class org.mvel2.templates.res.Node
begin, cEnd, contents, cStart, end, name, next, terminus
 
Constructor Summary
CompiledForEachNode()
           
CompiledForEachNode(int begin, String name, char[] template, int start, int end)
           
 
Method Summary
 boolean demarcate(Node terminatingnode, char[] template)
           
 Object eval(TemplateRuntime runtime, TemplateOutputStream appender, Object ctx, VariableResolverFactory factory)
           
 Node getNestedNode()
           
 void setNestedNode(Node nestedNode)
           
 
Methods inherited from class org.mvel2.templates.res.Node
calculateContents, getBegin, getCEnd, getContents, getCStart, getEnd, getLength, getName, getNext, getTerminus, isOpenNode, setBegin, setCEnd, setContents, setCStart, setEnd, setName, setNext, setTerminus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nestedNode

public Node nestedNode
Constructor Detail

CompiledForEachNode

public CompiledForEachNode()

CompiledForEachNode

public CompiledForEachNode(int begin,
                           String name,
                           char[] template,
                           int start,
                           int end)
Method Detail

getNestedNode

public Node getNestedNode()

setNestedNode

public void setNestedNode(Node nestedNode)

demarcate

public boolean demarcate(Node terminatingnode,
                         char[] template)
Specified by:
demarcate in class Node

eval

public Object eval(TemplateRuntime runtime,
                   TemplateOutputStream appender,
                   Object ctx,
                   VariableResolverFactory factory)
Specified by:
eval in class Node


Copyright © 2011. All Rights Reserved.