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