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