public static class ExprParser.PathNavigatedContext extends ExprParser.PathContext
| Modifier and Type | Field and Description |
|---|---|
ExprParser.PrimitiveContext |
base |
ExprParser.InstanceOfContext |
isInstance |
ExprParser.NavigationContext |
navigation |
List<ExprParser.NavigationContext> |
navigations |
| Constructor and Description |
|---|
PathNavigatedContext(ExprParser.PathContext 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.InstanceOfContext |
instanceOf() |
List<ExprParser.NavigationContext> |
navigation() |
ExprParser.NavigationContext |
navigation(int i) |
ExprParser.PrimitiveContext |
primitive() |
copyFrom, getRuleIndexaddChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExprParser.PrimitiveContext base
public ExprParser.NavigationContext navigation
public List<ExprParser.NavigationContext> navigations
public ExprParser.InstanceOfContext isInstance
public PathNavigatedContext(ExprParser.PathContext ctx)
public ExprParser.PrimitiveContext primitive()
public List<ExprParser.NavigationContext> navigation()
public ExprParser.NavigationContext navigation(int i)
public ExprParser.InstanceOfContext instanceOf()
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.