Uses of Class
io.trino.jsonpath.JsonPathParser.BinaryContext
Packages that use JsonPathParser.BinaryContext
-
Uses of JsonPathParser.BinaryContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.BinaryContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterBinary(JsonPathParser.BinaryContext ctx) Enter a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathListener.enterBinary(JsonPathParser.BinaryContext ctx) Enter a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathBaseListener.exitBinary(JsonPathParser.BinaryContext ctx) Exit a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathListener.exitBinary(JsonPathParser.BinaryContext ctx) Exit a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression().JsonPathBaseVisitor.visitBinary(JsonPathParser.BinaryContext ctx) Visit a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression().JsonPathVisitor.visitBinary(JsonPathParser.BinaryContext ctx) Visit a parse tree produced by thebinarylabeled alternative inJsonPathParser.pathExpression(). -
Uses of JsonPathParser.BinaryContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.BinaryContextModifier and TypeMethodDescriptionPathTreeBuilder.visitBinary(JsonPathParser.BinaryContext context)