EMPTY_CHILDREN| Constructor and Description |
|---|
ListNode(org.antlr.v4.runtime.ParserRuleContext ctx) |
ListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> elements) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
List |
evaluate(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
List<BaseNode> |
getElements() |
Type |
getResultType() |
void |
setElements(List<BaseNode> elements) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getParserRuleContext, getStartChar, getStartColumn, getStartLine, getText, setCtx, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic List evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType in interface ASTNodegetResultType in class BaseNodepublic ASTNode[] getChildrenNode()
getChildrenNode in interface ASTNodegetChildrenNode in class BaseNodeCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.