Uses of Interface
net.sourceforge.pmd.lang.kotlin.ast.KotlinNode
-
Packages that use KotlinNode Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinNode in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinNode Modifier and Type Method Description protected BaseAntlrInnerNode.PmdAsAntlrInnerNode<KotlinNode>KotlinInnerNode. asAntlrNode()Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinNode Modifier and Type Method Description default RKotlinVisitor. visitKotlinNode(KotlinNode node, P data)The default visit method for Kotlin nodes.
-