Class KotlinParserBaseListener

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

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