Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtCompanionObject
Packages that use KotlinParser.KtCompanionObject
-
Uses of KotlinParser.KtCompanionObject in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtCompanionObjectModifier and TypeMethodDescriptionKotlinParser.companionObject()KotlinParser.KtClassMemberDeclaration.companionObject()Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtCompanionObjectModifier and TypeMethodDescriptionvoidKotlinBaseListener.enterCompanionObject(KotlinParser.KtCompanionObject ctx) Enter a parse tree produced byKotlinParser.companionObject().voidKotlinListener.enterCompanionObject(KotlinParser.KtCompanionObject ctx) Enter a parse tree produced byKotlinParser.companionObject().voidKotlinBaseListener.exitCompanionObject(KotlinParser.KtCompanionObject ctx) Exit a parse tree produced byKotlinParser.companionObject().voidKotlinListener.exitCompanionObject(KotlinParser.KtCompanionObject ctx) Exit a parse tree produced byKotlinParser.companionObject().default RKotlinVisitor.visitCompanionObject(KotlinParser.KtCompanionObject node, P data) Visit a parse tree produced byKotlinParser.companionObject().