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, guessTableHeaderType, isAssertion, needPostBlankWarningCheck, needPrefixBlankWarningCheck, propertyChain, toString, toVerify, verifygetIndent, getOperandPosition, getPositionBegin, setIndent, setPositionBeginclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluateInput, getValuepublic ListMappingNode(DALNode symbolNode)
public Data<?> getValue(Data<?> data, RuntimeContextBuilder.DALRuntimeContext context)
getValue in interface ExecutableNodepublic java.lang.Object getRootSymbolName()
getRootSymbolName in class DALNode