EMPTY_CHILDREN
Constructor and Description |
---|
ListNode(List<BaseNode> elements) |
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, copyLocationAttributesFrom, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public List evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType
in interface ASTNode
getResultType
in class BaseNode
public ASTNode[] getChildrenNode()
getChildrenNode
in interface ASTNode
getChildrenNode
in class BaseNode
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.