Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtUserType
Packages that use KotlinParser.KtUserType
-
Uses of KotlinParser.KtUserType in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtUserTypeModifier and TypeMethodDescriptionKotlinParser.KtConstructorInvocation.userType()KotlinParser.KtDefinitelyNonNullableType.userType(int i) KotlinParser.KtDelegationSpecifier.userType()KotlinParser.KtExplicitDelegation.userType()KotlinParser.KtParenthesizedUserType.userType()KotlinParser.KtTypeReference.userType()KotlinParser.KtUnescapedAnnotation.userType()final KotlinParser.KtUserTypeKotlinParser.userType()Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinParser.KtUserTypeMethods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtUserTypeModifier and TypeMethodDescriptionvoidKotlinBaseListener.enterUserType(KotlinParser.KtUserType ctx) Enter a parse tree produced byKotlinParser.userType().voidKotlinListener.enterUserType(KotlinParser.KtUserType ctx) Enter a parse tree produced byKotlinParser.userType().voidKotlinBaseListener.exitUserType(KotlinParser.KtUserType ctx) Exit a parse tree produced byKotlinParser.userType().voidKotlinListener.exitUserType(KotlinParser.KtUserType ctx) Exit a parse tree produced byKotlinParser.userType().default RKotlinVisitor.visitUserType(KotlinParser.KtUserType node, P data) Visit a parse tree produced byKotlinParser.userType().