| Modifier and Type | Class and Description |
|---|---|
static class |
SignedUnaryNode.Sign |
EMPTY_CHILDREN| Constructor and Description |
|---|
SignedUnaryNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expr) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
Object |
evaluate(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
BaseNode |
getExpression() |
Type |
getResultType() |
SignedUnaryNode.Sign |
getSign() |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getParserRuleContext, getStartChar, getStartColumn, getStartLine, getText, setCtx, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic SignedUnaryNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode expr)
public SignedUnaryNode.Sign getSign()
public BaseNode getExpression()
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.