de.neuland.jade4j.parser.node
Class EachNode

java.lang.Object
  extended by de.neuland.jade4j.parser.node.Node
      extended by de.neuland.jade4j.parser.node.EachNode
All Implemented Interfaces:
Cloneable

public class EachNode
extends Node


Field Summary
 
Fields inherited from class de.neuland.jade4j.parser.node.Node
block, fileName, lineNumber, name, nodes, value
 
Constructor Summary
EachNode()
           
 
Method Summary
 void execute(IndentWriter writer, JadeModel model, JadeTemplate template)
           
 String getCode()
           
 Node getElseNode()
           
 String getKey()
           
 void setCode(String code)
           
 void setElseNode(Node elseNode)
           
 void setKey(String key)
           
 
Methods inherited from class de.neuland.jade4j.parser.node.Node
clone, getBlock, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, pollNode, push, setBlock, setFileName, setLineNumber, setName, setNodes, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EachNode

public EachNode()
Method Detail

execute

public void execute(IndentWriter writer,
                    JadeModel model,
                    JadeTemplate template)
             throws JadeCompilerException
Specified by:
execute in class Node
Throws:
JadeCompilerException

getCode

public String getCode()

setCode

public void setCode(String code)

getKey

public String getKey()

setKey

public void setKey(String key)

getElseNode

public Node getElseNode()

setElseNode

public void setElseNode(Node elseNode)


Copyright © 2013. All rights reserved.