| 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,
PugModel model,
PugTemplate template) |
List<String> |
getArguments() |
boolean |
isCall() |
void |
setArguments(List<String> arguments) |
void |
setArguments(String arguments) |
void |
setCall(boolean call) |
addAttributes, attrs, clone, getAttribute, getAttributes, getCodeNode, hasCodeNode, isSelfClosing, isSelfClosingTag, isTextOnly, setAttribute, setCodeNode, setSelfClosing, setTextOnly, visitAttributesgetBlock, 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 setArguments(String arguments)
public boolean isCall()
public void setCall(boolean call)
Copyright © 2024. All rights reserved.