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 |
---|---|
Object |
evaluate(EvaluationContext ctx) |
List<ContextEntryNode> |
getEntries() |
Type |
getResultType() |
void |
setEntries(List<ContextEntryNode> entries) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public 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 ASTNode
getResultType
in class BaseNode
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.