public static class ExprParser.PropertyNavigationContext extends ExprParser.NavigationContext
| Modifier and Type | Field and Description |
|---|---|
ExprParser.ExpressionListContext |
arguments |
org.antlr.v4.runtime.Token |
id |
org.antlr.v4.runtime.Token |
invoke |
| Constructor and Description |
|---|
PropertyNavigationContext(ExprParser.NavigationContext 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) |
ExprParser.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 org.antlr.v4.runtime.Token id
public org.antlr.v4.runtime.Token invoke
public ExprParser.ExpressionListContext arguments
public PropertyNavigationContext(ExprParser.NavigationContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode IDENTIFIER()
public ExprParser.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.RuleContextCopyright © 2019. All rights reserved.