Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtUserType
-
Packages that use KotlinParser.KtUserType Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtUserType in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtUserType Modifier and Type Method Description KotlinParser.KtUserTypeKotlinParser.KtConstructorInvocation. userType()KotlinParser.KtUserTypeKotlinParser.KtDefinitelyNonNullableType. userType(int i)KotlinParser.KtUserTypeKotlinParser.KtDelegationSpecifier. userType()KotlinParser.KtUserTypeKotlinParser.KtExplicitDelegation. userType()KotlinParser.KtUserTypeKotlinParser.KtParenthesizedUserType. userType()KotlinParser.KtUserTypeKotlinParser.KtTypeReference. userType()KotlinParser.KtUserTypeKotlinParser.KtUnescapedAnnotation. userType()KotlinParser.KtUserTypeKotlinParser. userType()Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinParser.KtUserType Modifier and Type Method Description List<KotlinParser.KtUserType>KotlinParser.KtDefinitelyNonNullableType. userType()Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtUserType Modifier and Type Method Description voidKotlinBaseListener. 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().
-