Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtUnescapedAnnotation
-
Packages that use KotlinParser.KtUnescapedAnnotation Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtUnescapedAnnotation in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtUnescapedAnnotation Modifier and Type Method Description KotlinParser.KtUnescapedAnnotation
KotlinParser.KtFileAnnotation. unescapedAnnotation(int i)
KotlinParser.KtUnescapedAnnotation
KotlinParser.KtMultiAnnotation. unescapedAnnotation(int i)
KotlinParser.KtUnescapedAnnotation
KotlinParser.KtSingleAnnotation. unescapedAnnotation()
KotlinParser.KtUnescapedAnnotation
KotlinParser. unescapedAnnotation()
Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinParser.KtUnescapedAnnotation Modifier and Type Method Description List<KotlinParser.KtUnescapedAnnotation>
KotlinParser.KtFileAnnotation. unescapedAnnotation()
List<KotlinParser.KtUnescapedAnnotation>
KotlinParser.KtMultiAnnotation. unescapedAnnotation()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtUnescapedAnnotation Modifier and Type Method Description void
KotlinBaseListener. enterUnescapedAnnotation(KotlinParser.KtUnescapedAnnotation ctx)
Enter a parse tree produced byKotlin#unescapedAnnotation
.void
KotlinListener. enterUnescapedAnnotation(KotlinParser.KtUnescapedAnnotation ctx)
Enter a parse tree produced byKotlin#unescapedAnnotation
.void
KotlinBaseListener. exitUnescapedAnnotation(KotlinParser.KtUnescapedAnnotation ctx)
Exit a parse tree produced byKotlin#unescapedAnnotation
.void
KotlinListener. exitUnescapedAnnotation(KotlinParser.KtUnescapedAnnotation ctx)
Exit a parse tree produced byKotlin#unescapedAnnotation
.default R
KotlinVisitor. visitUnescapedAnnotation(KotlinParser.KtUnescapedAnnotation node, P data)
Visit a parse tree produced byKotlin#unescapedAnnotation
.
-