public class GroupNode extends DALNode
positionBegin| Constructor and Description |
|---|
GroupNode(java.util.List<DALNode> elements) |
| Modifier and Type | Method and Description |
|---|---|
GroupNode |
appendChain(Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> clause) |
java.lang.String |
inspect() |
boolean |
verifyBy(DALNode expected,
DALOperator.Equal operator,
RuntimeContextBuilder.DALRuntimeContext context) |
boolean |
verifyBy(DALNode expected,
DALOperator.Matcher operator,
RuntimeContextBuilder.DALRuntimeContext context) |
bracketSymbolNode, constFalse, constNode, constNull, constString, constTrue, elementSchemas, evaluate, evaluateData, getRootSymbolName, parenthesesNode, propertyChain, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verify, verifygetOperandPosition, getPositionBegin, setPositionBeginpublic GroupNode(java.util.List<DALNode> elements)
public boolean verifyBy(DALNode expected, DALOperator.Equal operator, RuntimeContextBuilder.DALRuntimeContext context)
public boolean verifyBy(DALNode expected, DALOperator.Matcher operator, RuntimeContextBuilder.DALRuntimeContext context)
public GroupNode appendChain(Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> clause)