public static class PathExpressionParser.PathContext extends PathExpressionParser.ExprContext
| Modifier and Type | Field and Description |
|---|---|
PathExpressionParser.ExprContext |
rhs |
| Constructor and Description |
|---|
PathContext(PathExpressionParser.ExprContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
List<PathExpressionParser.Array_indexContext> |
array_index() |
PathExpressionParser.Array_indexContext |
array_index(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
EOF() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
PathExpressionParser.ExprContext |
expr() |
PathExpressionParser.IdContext |
id() |
org.antlr.v4.runtime.tree.TerminalNode |
PATH_DELIM() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PathExpressionParser.ExprContext rhs
public PathContext(PathExpressionParser.ExprContext ctx)
public PathExpressionParser.IdContext id()
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public List<PathExpressionParser.Array_indexContext> array_index()
public PathExpressionParser.Array_indexContext array_index(int i)
public org.antlr.v4.runtime.tree.TerminalNode PATH_DELIM()
public PathExpressionParser.ExprContext expr()
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.