Class XPathParserBaseListener

java.lang.Object
org.openrewrite.xml.internal.grammar.XPathParserBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, XPathParserListener

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