Package net.sourceforge.pmd.lang.kotlin.ast
package net.sourceforge.pmd.lang.kotlin.ast
-
ClassDescriptionThis class provides an empty implementation of
KotlinListener, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced byKotlinParser.Supertype of all kotlin nodes.KotlinVisitor<P,R> This interface defines a complete generic visitor for a parse tree produced byKotlinParser.KotlinVisitorBase<P,R> Base class for kotlin visitors.Adapter for the KotlinParser.Deprecated.Since 7.8.0.