public static class ExcellentParser.MultiplicationOrDivisionExpressionContext extends ExcellentParser.ExpressionContext
| Constructor and Description |
|---|
MultiplicationOrDivisionExpressionContext(ExcellentParser.ExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
DIVIDE() |
List<ExcellentParser.ExpressionContext> |
expression() |
ExcellentParser.ExpressionContext |
expression(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
TIMES() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic MultiplicationOrDivisionExpressionContext(ExcellentParser.ExpressionContext ctx)
public List<ExcellentParser.ExpressionContext> expression()
public ExcellentParser.ExpressionContext expression(int i)
public org.antlr.v4.runtime.tree.TerminalNode TIMES()
public org.antlr.v4.runtime.tree.TerminalNode DIVIDE()
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2016. All rights reserved.