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