public static class SightlyParser.ExprNodeContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
SightlyParser.OrBinaryOpContext |
condition |
SightlyParser.OrBinaryOpContext |
elseBranch |
ExpressionNode |
node |
SightlyParser.OrBinaryOpContext |
orBinaryOp |
SightlyParser.OrBinaryOpContext |
thenBranch |
| Constructor and Description |
|---|
ExprNodeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
List<SightlyParser.OrBinaryOpContext> |
orBinaryOp() |
SightlyParser.OrBinaryOpContext |
orBinaryOp(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
TERNARY_BRANCHES_OP() |
org.antlr.v4.runtime.tree.TerminalNode |
TERNARY_Q_OP() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExpressionNode node
public SightlyParser.OrBinaryOpContext condition
public SightlyParser.OrBinaryOpContext thenBranch
public SightlyParser.OrBinaryOpContext elseBranch
public SightlyParser.OrBinaryOpContext orBinaryOp
public ExprNodeContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode TERNARY_Q_OP()
public org.antlr.v4.runtime.tree.TerminalNode TERNARY_BRANCHES_OP()
public List<SightlyParser.OrBinaryOpContext> orBinaryOp()
public SightlyParser.OrBinaryOpContext orBinaryOp(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.