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