EMPTY_CHILDREN| Constructor and Description |
|---|
ContextEntryNode(org.antlr.v4.runtime.ParserRuleContext ctx) |
ContextEntryNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode name,
BaseNode value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
Object |
evaluate(EvaluationContext ctx) |
String |
evaluateName(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
BaseNode |
getName() |
Type |
getResultType() |
BaseNode |
getValue() |
void |
setName(BaseNode name) |
void |
setValue(BaseNode value) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getParserRuleContext, getStartChar, getStartColumn, getStartLine, getText, setCtx, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic ContextEntryNode(org.antlr.v4.runtime.ParserRuleContext ctx)
public BaseNode getName()
public void setName(BaseNode name)
public BaseNode getValue()
public void setValue(BaseNode value)
public String evaluateName(EvaluationContext ctx)
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.