public static class ExcellentParser.AdditionOrSubtractionExpressionContext extends ExcellentParser.ExpressionContext
| Constructor and Description |
|---|
AdditionOrSubtractionExpressionContext(ExcellentParser.ExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
List<ExcellentParser.ExpressionContext> |
expression() |
ExcellentParser.ExpressionContext |
expression(int i) |
org.antlr.v4.runtime.tree.TerminalNode |
MINUS() |
org.antlr.v4.runtime.tree.TerminalNode |
PLUS() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic AdditionOrSubtractionExpressionContext(ExcellentParser.ExpressionContext ctx)
public List<ExcellentParser.ExpressionContext> expression()
public ExcellentParser.ExpressionContext expression(int i)
public org.antlr.v4.runtime.tree.TerminalNode PLUS()
public org.antlr.v4.runtime.tree.TerminalNode MINUS()
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.