public class SymbolNode extends DALNode implements ExecutableNode
| Modifier and Type | Class and Description |
|---|---|
static class |
SymbolNode.Type |
| Constructor and Description |
|---|
SymbolNode(java.lang.Object symbol,
SymbolNode.Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getRootSymbolName() |
Data |
getValue(Data data,
RuntimeContextBuilder.DALRuntimeContext context) |
java.lang.String |
inspect() |
java.util.List<java.lang.Object> |
propertyChain() |
collectFields, evaluate, evaluateData, verify, verifygetIndent, getOperandPosition, getPositionBegin, setIndent, setPositionBeginclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic SymbolNode(java.lang.Object symbol,
SymbolNode.Type type)
public Data getValue(Data data, RuntimeContextBuilder.DALRuntimeContext context)
getValue in interface ExecutableNodepublic java.util.List<java.lang.Object> propertyChain()
propertyChain in class DALNodepublic java.lang.Object getRootSymbolName()
getRootSymbolName in class DALNode