Uses of Class
io.trino.jsonpath.JsonPathParser.PathExpressionContext
-
Packages that use JsonPathParser.PathExpressionContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.PathExpressionContext in io.trino.jsonpath
Subclasses of JsonPathParser.PathExpressionContext in io.trino.jsonpath Modifier and Type Class Description static classJsonPathParser.BinaryContextstatic classJsonPathParser.ExpressionDefaultContextstatic classJsonPathParser.SignedUnaryContextFields in io.trino.jsonpath declared as JsonPathParser.PathExpressionContext Modifier and Type Field Description JsonPathParser.PathExpressionContextJsonPathParser.LikeRegexPredicateContext. baseJsonPathParser.PathExpressionContextJsonPathParser.SubscriptContext. fromJsonPathParser.PathExpressionContextJsonPathParser.BinaryContext. leftJsonPathParser.PathExpressionContextJsonPathParser.ComparisonPredicateContext. leftJsonPathParser.PathExpressionContextJsonPathParser.BinaryContext. rightJsonPathParser.PathExpressionContextJsonPathParser.ComparisonPredicateContext. rightJsonPathParser.PathExpressionContextJsonPathParser.SubscriptContext. singletonJsonPathParser.PathExpressionContextJsonPathParser.SubscriptContext. toJsonPathParser.PathExpressionContextJsonPathParser.StartsWithPredicateContext. wholeMethods in io.trino.jsonpath that return types with arguments of type JsonPathParser.PathExpressionContext Modifier and Type Method Description List<JsonPathParser.PathExpressionContext>JsonPathParser.BinaryContext. pathExpression()List<JsonPathParser.PathExpressionContext>JsonPathParser.ComparisonPredicateContext. pathExpression()List<JsonPathParser.PathExpressionContext>JsonPathParser.SubscriptContext. pathExpression()Methods in io.trino.jsonpath with parameters of type JsonPathParser.PathExpressionContext Modifier and Type Method Description voidJsonPathParser.PathExpressionContext. copyFrom(JsonPathParser.PathExpressionContext ctx)Constructors in io.trino.jsonpath with parameters of type JsonPathParser.PathExpressionContext Constructor Description BinaryContext(JsonPathParser.PathExpressionContext ctx)ExpressionDefaultContext(JsonPathParser.PathExpressionContext ctx)SignedUnaryContext(JsonPathParser.PathExpressionContext ctx)
-