public class SymbolNode extends DALNode implements ExcuteableNode
| Modifier and Type | Class and Description |
|---|---|
static class |
SymbolNode.Type |
positionBegin| Constructor and Description |
|---|
SymbolNode(java.lang.Object symbol,
SymbolNode.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Data |
getPropertyValue(Data data,
RuntimeContextBuilder.DALRuntimeContext context) |
java.lang.Object |
getRootSymbolName() |
java.lang.String |
inspect() |
java.util.List<java.lang.Object> |
propertyChain() |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, evaluateData, parenthesesNode, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verify, verify, verifyBy, verifyBygetOperandPosition, getPositionBegin, setPositionBeginpublic SymbolNode(java.lang.Object symbol,
SymbolNode.Type type)
public Data getPropertyValue(Data data, RuntimeContextBuilder.DALRuntimeContext context)
getPropertyValue in interface ExcuteableNodepublic java.util.List<java.lang.Object> propertyChain()
propertyChain in class DALNodepublic java.lang.Object getRootSymbolName()
getRootSymbolName in class DALNode