| Modifier and Type | Class and Description |
|---|---|
static class |
CaseNode.When |
| Constructor and Description |
|---|
CaseNode() |
| Modifier and Type | Method and Description |
|---|---|
CaseNode |
clone() |
void |
execute(IndentWriter writer,
PugModel model,
PugTemplate template) |
List<CaseConditionNode> |
getCaseConditionNodes() |
void |
setConditions(List<CaseConditionNode> caseConditionNodes) |
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 void setConditions(List<CaseConditionNode> caseConditionNodes)
public List<CaseConditionNode> getCaseConditionNodes()
public CaseNode clone() throws CloneNotSupportedException
clone in class NodeCloneNotSupportedExceptionCopyright © 2024. All rights reserved.