de.neuland.jade4j.parser
Class BlockCommentNode

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

public class BlockCommentNode
extends CommentNode


Field Summary
 
Fields inherited from class de.neuland.jade4j.parser.node.Node
block, fileName, lineNumber, name, nodes, value
 
Constructor Summary
BlockCommentNode()
           
 
Method Summary
 void execute(IndentWriter writer, JadeModel model, JadeTemplate template)
           
 
Methods inherited from class de.neuland.jade4j.parser.CommentNode
isBuffered, setBuffered
 
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

BlockCommentNode

public BlockCommentNode()
Method Detail

execute

public void execute(IndentWriter writer,
                    JadeModel model,
                    JadeTemplate template)
             throws JadeCompilerException
Overrides:
execute in class CommentNode
Throws:
JadeCompilerException


Copyright © 2013. All rights reserved.