Uses of Interface
net.sourceforge.pmd.lang.kotlin.ast.KotlinListener
-
Packages that use KotlinListener Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinListener in net.sourceforge.pmd.lang.kotlin.ast
Classes in net.sourceforge.pmd.lang.kotlin.ast that implement KotlinListener Modifier and Type Class Description classKotlinBaseListenerThis class provides an empty implementation ofKotlinListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-