Package io.trino.jsonpath
Class JsonPathParser.BinaryContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.trino.jsonpath.JsonPathParser.PathExpressionContext
-
- io.trino.jsonpath.JsonPathParser.BinaryContext
-
- 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:
- JsonPathParser
public static class JsonPathParser.BinaryContext extends JsonPathParser.PathExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description JsonPathParser.PathExpressionContextleftorg.antlr.v4.runtime.TokenoperatorJsonPathParser.PathExpressionContextright
-
Constructor Summary
Constructors Constructor Description BinaryContext(JsonPathParser.PathExpressionContext 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)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeMINUS()List<JsonPathParser.PathExpressionContext>pathExpression()JsonPathParser.PathExpressionContextpathExpression(int i)-
Methods inherited from class io.trino.jsonpath.JsonPathParser.PathExpressionContext
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
-
left
public JsonPathParser.PathExpressionContext left
-
operator
public org.antlr.v4.runtime.Token operator
-
right
public JsonPathParser.PathExpressionContext right
-
-
Constructor Detail
-
BinaryContext
public BinaryContext(JsonPathParser.PathExpressionContext ctx)
-
-
Method Detail
-
pathExpression
public List<JsonPathParser.PathExpressionContext> pathExpression()
-
pathExpression
public JsonPathParser.PathExpressionContext pathExpression(int i)
-
MINUS
public org.antlr.v4.runtime.tree.TerminalNode MINUS()
-
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
-
-