Uses of Class
io.trino.jsonpath.JsonPathParser.LiteralPrimaryContext
-
Packages that use JsonPathParser.LiteralPrimaryContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.LiteralPrimaryContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.LiteralPrimaryContext Modifier and Type Method Description voidJsonPathBaseListener. enterLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Enter a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().voidJsonPathListener. enterLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Enter a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().voidJsonPathBaseListener. exitLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Exit a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().voidJsonPathListener. exitLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Exit a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().TJsonPathBaseVisitor. visitLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Visit a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().TJsonPathVisitor. visitLiteralPrimary(JsonPathParser.LiteralPrimaryContext ctx)Visit a parse tree produced by theliteralPrimarylabeled alternative inJsonPathParser.pathPrimary().
-