Package de.neuland.pug4j.parser.node
Class InterpolationNode
- java.lang.Object
-
- de.neuland.pug4j.parser.node.Node
-
- de.neuland.pug4j.parser.node.InterpolationNode
-
-
Constructor Summary
Constructors Constructor Description InterpolationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(IndentWriter writer, PugModel model, PugTemplate template)-
Methods inherited from class de.neuland.pug4j.parser.node.Node
clone, getBlock, getColumn, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, isTextNode, pollNode, push, setBlock, setColumn, setFileName, setLineNumber, setName, setNodes, setValue
-
-
-
-
Method Detail
-
execute
public void execute(IndentWriter writer, PugModel model, PugTemplate template) throws PugCompilerException
- Specified by:
executein classNode- Throws:
PugCompilerException
-
-