| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
arguments |
attributeBlocks, attributeNames, attributes, codeNode, selfClosing| Constructor and Description |
|---|
CallNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(IndentWriter writer,
JadeModel model,
JadeTemplate template) |
List<String> |
getArguments() |
boolean |
isCall() |
void |
setArguments(List<String> arguments) |
void |
setArguments(String arguments) |
void |
setCall(boolean call) |
addAttributes, attrs, clone, getAttribute, getCodeNode, hasCodeNode, isSelfClosing, isSelfClosing, isTerse, isTextOnly, setAttribute, setCodeNode, setSelfClosing, setTextOnly, visitAttributesgetBlock, 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 void setArguments(String arguments)
public boolean isCall()
public void setCall(boolean call)
Copyright © 2015. All rights reserved.