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