Class PathExpressionParser.PathContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- com.api.jsonata4java.expressions.path.generated.PathExpressionParser.ExprContext
-
- com.api.jsonata4java.expressions.path.generated.PathExpressionParser.PathContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- PathExpressionParser
public static class PathExpressionParser.PathContext extends PathExpressionParser.ExprContext
-
-
Field Summary
Fields Modifier and Type Field Description PathExpressionParser.ExprContextrhs
-
Constructor Summary
Constructors Constructor Description PathContext(PathExpressionParser.ExprContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)List<PathExpressionParser.Array_indexContext>array_index()PathExpressionParser.Array_indexContextarray_index(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeEOF()voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)PathExpressionParser.ExprContextexpr()PathExpressionParser.IdContextid()org.antlr.v4.runtime.tree.TerminalNodePATH_DELIM()-
Methods inherited from class com.api.jsonata4java.expressions.path.generated.PathExpressionParser.ExprContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
rhs
public PathExpressionParser.ExprContext rhs
-
-
Constructor Detail
-
PathContext
public PathContext(PathExpressionParser.ExprContext ctx)
-
-
Method Detail
-
id
public PathExpressionParser.IdContext id()
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF()
-
array_index
public List<PathExpressionParser.Array_indexContext> array_index()
-
array_index
public PathExpressionParser.Array_indexContext array_index(int i)
-
PATH_DELIM
public org.antlr.v4.runtime.tree.TerminalNode PATH_DELIM()
-
expr
public PathExpressionParser.ExprContext expr()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-