Uses of Class
io.trino.jsonpath.JsonPathParser.PathPrimaryContext
-
Packages that use JsonPathParser.PathPrimaryContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.PathPrimaryContext in io.trino.jsonpath
Subclasses of JsonPathParser.PathPrimaryContext in io.trino.jsonpath Modifier and Type Class Description static classJsonPathParser.LiteralPrimaryContextstatic classJsonPathParser.ParenthesizedPathContextstatic classJsonPathParser.VariablePrimaryContextMethods in io.trino.jsonpath that return JsonPathParser.PathPrimaryContext Modifier and Type Method Description JsonPathParser.PathPrimaryContextJsonPathParser.AccessorExpressionDefaultContext. pathPrimary()JsonPathParser.PathPrimaryContextJsonPathParser. pathPrimary()Methods in io.trino.jsonpath with parameters of type JsonPathParser.PathPrimaryContext Modifier and Type Method Description voidJsonPathParser.PathPrimaryContext. copyFrom(JsonPathParser.PathPrimaryContext ctx)Constructors in io.trino.jsonpath with parameters of type JsonPathParser.PathPrimaryContext Constructor Description LiteralPrimaryContext(JsonPathParser.PathPrimaryContext ctx)ParenthesizedPathContext(JsonPathParser.PathPrimaryContext ctx)VariablePrimaryContext(JsonPathParser.PathPrimaryContext ctx)
-