Class PQLBaseListener

java.lang.Object
ca.phon.query.pql.PQLBaseListener
All Implemented Interfaces:
PQLListener, org.antlr.v4.runtime.tree.ParseTreeListener

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