public static class BindingExpressionParser.MethodInvocationContext extends BindingExpressionParser.ExpressionContext
| Modifier and Type | Field and Description |
|---|---|
BindingExpressionParser.ExpressionListContext |
args |
org.antlr.v4.runtime.Token |
methodName |
BindingExpressionParser.ExpressionContext |
target |
| Constructor and Description |
|---|
MethodInvocationContext(BindingExpressionParser.ExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
BindingExpressionParser.ExpressionContext |
expression() |
BindingExpressionParser.ExpressionListContext |
expressionList() |
org.antlr.v4.runtime.tree.TerminalNode |
Identifier() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic BindingExpressionParser.ExpressionContext target
public org.antlr.v4.runtime.Token methodName
public BindingExpressionParser.ExpressionListContext args
public MethodInvocationContext(BindingExpressionParser.ExpressionContext ctx)
public BindingExpressionParser.ExpressionContext expression()
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
public BindingExpressionParser.ExpressionListContext expressionList()
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextpublic <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.RuleContext