Class PathTreeBuilder

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
io.trino.jsonpath.JsonPathBaseVisitor<PathNode>
io.trino.sql.jsonpath.PathTreeBuilder
All Implemented Interfaces:
JsonPathVisitor<PathNode>, org.antlr.v4.runtime.tree.ParseTreeVisitor<PathNode>

public class PathTreeBuilder extends JsonPathBaseVisitor<PathNode>