public class GroupNode extends DALNode
| Constructor and Description |
|---|
GroupNode(java.util.List<DALNode> elements) |
| Modifier and Type | Method and Description |
|---|---|
GroupNode |
appendClauseChain(com.github.leeonky.interpreter.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, constInteger, constNull, constNumber, constString, constTrue, elementSchemas, evaluate, evaluateData, getRootSymbolName, metaSymbolNode, numberSymbol, parenthesesNode, propertyChain, regex, relaxString, schema, schemas, stringSymbol, symbolNode, verify, verify, verify, verifypublic 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 appendClauseChain(com.github.leeonky.interpreter.Clause<RuntimeContextBuilder.DALRuntimeContext,DALNode> clause)