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