Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtInheritanceModifier
-
Packages that use KotlinParser.KtInheritanceModifier Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtInheritanceModifier in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtInheritanceModifier Modifier and Type Method Description KotlinParser.KtInheritanceModifier
KotlinParser. inheritanceModifier()
KotlinParser.KtInheritanceModifier
KotlinParser.KtModifier. inheritanceModifier()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtInheritanceModifier Modifier and Type Method Description void
KotlinBaseListener. enterInheritanceModifier(KotlinParser.KtInheritanceModifier ctx)
Enter a parse tree produced byKotlin#inheritanceModifier
.void
KotlinListener. enterInheritanceModifier(KotlinParser.KtInheritanceModifier ctx)
Enter a parse tree produced byKotlin#inheritanceModifier
.void
KotlinBaseListener. exitInheritanceModifier(KotlinParser.KtInheritanceModifier ctx)
Exit a parse tree produced byKotlin#inheritanceModifier
.void
KotlinListener. exitInheritanceModifier(KotlinParser.KtInheritanceModifier ctx)
Exit a parse tree produced byKotlin#inheritanceModifier
.default R
KotlinVisitor. visitInheritanceModifier(KotlinParser.KtInheritanceModifier node, P data)
Visit a parse tree produced byKotlin#inheritanceModifier
.
-