Class AxiomQueryParserBaseListener

java.lang.Object
com.evolveum.axiom.lang.antlr.query.AxiomQueryParserBaseListener
All Implemented Interfaces:
AxiomQueryParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

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