public class StringTemplateNode extends StringNodeImpl implements ExecutableNode
| Constructor and Description |
|---|
StringTemplateNode(String value) |
StringTemplateNode(StringTemplateNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Node node)
Adds a new child.
|
Node |
copy()
Creates a new copy of this node
|
Node |
execute(ExecutionContext context) |
getLiteralValue, getType, getValue, toStringgetEndPosition, getStartPosition, setEndPosition, setStartPositionaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, getType, removeChild, replaceWith, setChild, setParent, setSourcepublic StringTemplateNode(String value)
public StringTemplateNode(StringTemplateNode node)
public void addChild(Node node)
Nodepublic Node execute(ExecutionContext context)
execute in interface ExecutableNodeCopyright © 2016. All rights reserved.