public static class SimpleLanguageParser.Logic_termContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
SimpleLanguageParser.Logic_factorContext |
logic_factor |
org.antlr.v4.runtime.Token |
op |
SLExpressionNode |
result |
| Constructor and Description |
|---|
Logic_termContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
List<SimpleLanguageParser.Logic_factorContext> |
logic_factor() |
SimpleLanguageParser.Logic_factorContext |
logic_factor(int i) |
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic SLExpressionNode result
public SimpleLanguageParser.Logic_factorContext logic_factor
public org.antlr.v4.runtime.Token op
public Logic_termContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<SimpleLanguageParser.Logic_factorContext> logic_factor()
public SimpleLanguageParser.Logic_factorContext logic_factor(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext