Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtFileAnnotation
-
Packages that use KotlinParser.KtFileAnnotation Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtFileAnnotation in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtFileAnnotation Modifier and Type Method Description KotlinParser.KtFileAnnotation
KotlinParser. fileAnnotation()
KotlinParser.KtFileAnnotation
KotlinParser.KtKotlinFile. fileAnnotation(int i)
KotlinParser.KtFileAnnotation
KotlinParser.KtScript. fileAnnotation(int i)
Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinParser.KtFileAnnotation Modifier and Type Method Description List<KotlinParser.KtFileAnnotation>
KotlinParser.KtKotlinFile. fileAnnotation()
List<KotlinParser.KtFileAnnotation>
KotlinParser.KtScript. fileAnnotation()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtFileAnnotation Modifier and Type Method Description void
KotlinBaseListener. enterFileAnnotation(KotlinParser.KtFileAnnotation ctx)
Enter a parse tree produced byKotlinParser.fileAnnotation()
.void
KotlinListener. enterFileAnnotation(KotlinParser.KtFileAnnotation ctx)
Enter a parse tree produced byKotlinParser.fileAnnotation()
.void
KotlinBaseListener. exitFileAnnotation(KotlinParser.KtFileAnnotation ctx)
Exit a parse tree produced byKotlinParser.fileAnnotation()
.void
KotlinListener. exitFileAnnotation(KotlinParser.KtFileAnnotation ctx)
Exit a parse tree produced byKotlinParser.fileAnnotation()
.default R
KotlinVisitor. visitFileAnnotation(KotlinParser.KtFileAnnotation node, P data)
Visit a parse tree produced byKotlinParser.fileAnnotation()
.
-