Uses of Class
io.trino.jsonpath.JsonPathParser.SignedUnaryContext
Packages that use JsonPathParser.SignedUnaryContext
-
Uses of JsonPathParser.SignedUnaryContext in io.trino.jsonpath
Methods in io.trino.jsonpath with parameters of type JsonPathParser.SignedUnaryContextModifier and TypeMethodDescriptionvoidJsonPathBaseListener.enterSignedUnary(JsonPathParser.SignedUnaryContext ctx) Enter a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathListener.enterSignedUnary(JsonPathParser.SignedUnaryContext ctx) Enter a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathBaseListener.exitSignedUnary(JsonPathParser.SignedUnaryContext ctx) Exit a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression().voidJsonPathListener.exitSignedUnary(JsonPathParser.SignedUnaryContext ctx) Exit a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression().JsonPathBaseVisitor.visitSignedUnary(JsonPathParser.SignedUnaryContext ctx) Visit a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression().JsonPathVisitor.visitSignedUnary(JsonPathParser.SignedUnaryContext ctx) Visit a parse tree produced by thesignedUnarylabeled alternative inJsonPathParser.pathExpression(). -
Uses of JsonPathParser.SignedUnaryContext in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath with parameters of type JsonPathParser.SignedUnaryContextModifier and TypeMethodDescriptionPathTreeBuilder.visitSignedUnary(JsonPathParser.SignedUnaryContext context)