Class FiltersBaseListener

java.lang.Object
org.springframework.ai.vectorstore.filter.antlr4.FiltersBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, FiltersListener

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