public class StringTemplateNode extends AbstractStringNode implements ExecutableNode
value| Constructor and Description |
|---|
StringTemplateNode(String value) |
StringTemplateNode(StringTemplateNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node) |
Node |
copy() |
Node |
execute(ExecutionContext context) |
void |
replaceWith(Node newNode) |
getLiteralValue, getType, getValue, toStringgetEndPosition, getStartPosition, setEndPosition, setSource, setStartPositionaddChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, setChild, setContextNode, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getEndPosition, getParent, getRootNode, getSource, getStartPosition, getType, removeChild, removeChildren, replaceTree, setChild, setContextNode, setParent, setSourcepublic StringTemplateNode(String value)
public StringTemplateNode(StringTemplateNode node)
public void addChild(Node node)
public Node execute(ExecutionContext context)
execute in interface ExecutableNodepublic void replaceWith(Node newNode)
replaceWith in interface NodereplaceWith in class BaseNodeCopyright © 2020. All rights reserved.