public static class ExcellentParser.ConcatenationContext extends ExcellentParser.ExpressionContext
| Constructor and Description |
|---|
ConcatenationContext(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 |
AMPERSAND() |
List<ExcellentParser.ExpressionContext> |
expression() |
ExcellentParser.ExpressionContext |
expression(int i) |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ConcatenationContext(ExcellentParser.ExpressionContext ctx)
public List<ExcellentParser.ExpressionContext> expression()
public ExcellentParser.ExpressionContext expression(int i)
public org.antlr.v4.runtime.tree.TerminalNode AMPERSAND()
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 © 2015. All rights reserved.