Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtTypeReference
Packages that use KotlinParser.KtTypeReference
-
Uses of KotlinParser.KtTypeReference in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtTypeReferenceModifier and TypeMethodDescriptionKotlinParser.KtNullableType.typeReference()KotlinParser.KtReceiverType.typeReference()KotlinParser.KtType.typeReference()KotlinParser.typeReference()Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtTypeReferenceModifier and TypeMethodDescriptionvoidKotlinBaseListener.enterTypeReference(KotlinParser.KtTypeReference ctx) Enter a parse tree produced byKotlinParser.typeReference().voidKotlinListener.enterTypeReference(KotlinParser.KtTypeReference ctx) Enter a parse tree produced byKotlinParser.typeReference().voidKotlinBaseListener.exitTypeReference(KotlinParser.KtTypeReference ctx) Exit a parse tree produced byKotlinParser.typeReference().voidKotlinListener.exitTypeReference(KotlinParser.KtTypeReference ctx) Exit a parse tree produced byKotlinParser.typeReference().default RKotlinVisitor.visitTypeReference(KotlinParser.KtTypeReference node, P data) Visit a parse tree produced byKotlinParser.typeReference().