Package com.xcporter

Class KotlinParserBaseListener

java.lang.Object
com.xcporter.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.