EMPTY_CHILDREN| Constructor and Description |
|---|
ContextNode(org.antlr.v4.runtime.ParserRuleContext ctx) |
ContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode list) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
Object |
evaluate(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
List<ContextEntryNode> |
getEntries() |
Type |
getResultType() |
void |
setEntries(List<ContextEntryNode> entries) |
astEvent, astEvent, copyLocationAttributesFrom, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic ContextNode(org.antlr.v4.runtime.ParserRuleContext ctx)
public ContextNode(org.antlr.v4.runtime.ParserRuleContext ctx,
ListNode list)
public List<ContextEntryNode> getEntries()
public void setEntries(List<ContextEntryNode> entries)
public Object 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.