Uses of Class
io.trino.jsonpath.JsonPathParser.VariableContext
-
Packages that use JsonPathParser.VariableContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.VariableContext in io.trino.jsonpath
Subclasses of JsonPathParser.VariableContext in io.trino.jsonpath Modifier and Type Class Description static classJsonPathParser.ContextVariableContextstatic classJsonPathParser.LastIndexVariableContextstatic classJsonPathParser.NamedVariableContextstatic classJsonPathParser.PredicateCurrentItemVariableContextMethods in io.trino.jsonpath that return JsonPathParser.VariableContext Modifier and Type Method Description JsonPathParser.VariableContextJsonPathParser. variable()JsonPathParser.VariableContextJsonPathParser.VariablePrimaryContext. variable()Methods in io.trino.jsonpath with parameters of type JsonPathParser.VariableContext Modifier and Type Method Description voidJsonPathParser.VariableContext. copyFrom(JsonPathParser.VariableContext ctx)Constructors in io.trino.jsonpath with parameters of type JsonPathParser.VariableContext Constructor Description ContextVariableContext(JsonPathParser.VariableContext ctx)LastIndexVariableContext(JsonPathParser.VariableContext ctx)NamedVariableContext(JsonPathParser.VariableContext ctx)PredicateCurrentItemVariableContext(JsonPathParser.VariableContext ctx)
-