Package net.sourceforge.pmd.lang.kotlin.ast
-
Interface Summary Interface Description KotlinListener This interface defines a complete listener for a parse tree produced byKotlinParser
.KotlinNode Supertype of all kotlin nodes.KotlinVisitor<P,R> This interface defines a complete generic visitor for a parse tree produced byKotlinParser
.