Class JsonPathBaseListener

java.lang.Object
io.trino.jsonpath.JsonPathBaseListener
All Implemented Interfaces:
JsonPathListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class JsonPathBaseListener extends Object implements JsonPathListener
This class provides an empty implementation of JsonPathListener, which can be extended to create a listener which only needs to handle a subset of the available methods.