Package de.neuland.pug4j.parser.node
Class CaseConditionNode
- java.lang.Object
-
- de.neuland.pug4j.parser.node.Node
-
- de.neuland.pug4j.parser.node.CaseConditionNode
-
-
Constructor Summary
Constructors Constructor Description CaseConditionNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(IndentWriter writer, PugModel model, PugTemplate template)booleanisDefault()voidsetDefault(boolean defaultNode)-
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
-
setDefault
public void setDefault(boolean defaultNode)
-
isDefault
public boolean isDefault()
-
-