Class KotlinParserBaseListener

java.lang.Object
de.jplag.kotlin.grammar.KotlinParserBaseListener
All Implemented Interfaces:
KotlinParserListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class KotlinParserBaseListener extends 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.