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