| Constructor and Description |
|---|
ConditionalNode() |
| Modifier and Type | Method and Description |
|---|---|
ConditionalNode |
clone() |
void |
execute(IndentWriter writer,
PugModel model,
PugTemplate template) |
List<IfConditionNode> |
getConditions() |
void |
setConditions(List<IfConditionNode> conditions) |
getBlock, getColumn, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, isTextNode, pollNode, push, setBlock, setColumn, setFileName, setLineNumber, setName, setNodes, setValuepublic void execute(IndentWriter writer, PugModel model, PugTemplate template) throws PugCompilerException
execute in class NodePugCompilerExceptionpublic List<IfConditionNode> getConditions()
public void setConditions(List<IfConditionNode> conditions)
public ConditionalNode clone() throws CloneNotSupportedException
clone in class NodeCloneNotSupportedExceptionCopyright © 2024. All rights reserved.