Class JavaParserBaseListener

  • All Implemented Interfaces:
    org.antlr.v4.runtime.tree.ParseTreeListener, JavaParserListener

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