Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtIdentifier
-
Packages that use KotlinParser.KtIdentifier Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtIdentifier in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtIdentifier Modifier and Type Method Description KotlinParser.KtIdentifier
KotlinParser. identifier()
KotlinParser.KtIdentifier
KotlinParser.KtImportHeader. identifier()
KotlinParser.KtIdentifier
KotlinParser.KtPackageHeader. identifier()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtIdentifier Modifier and Type Method Description void
KotlinBaseListener. enterIdentifier(KotlinParser.KtIdentifier ctx)
Enter a parse tree produced byKotlin#identifier
.void
KotlinListener. enterIdentifier(KotlinParser.KtIdentifier ctx)
Enter a parse tree produced byKotlin#identifier
.void
KotlinBaseListener. exitIdentifier(KotlinParser.KtIdentifier ctx)
Exit a parse tree produced byKotlin#identifier
.void
KotlinListener. exitIdentifier(KotlinParser.KtIdentifier ctx)
Exit a parse tree produced byKotlin#identifier
.default R
KotlinVisitor. visitIdentifier(KotlinParser.KtIdentifier node, P data)
Visit a parse tree produced byKotlin#identifier
.
-