Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtDeclaration
-
Packages that use KotlinParser.KtDeclaration Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtDeclaration in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtDeclaration Modifier and Type Method Description KotlinParser.KtDeclaration
KotlinParser. declaration()
KotlinParser.KtDeclaration
KotlinParser.KtClassMemberDeclaration. declaration()
KotlinParser.KtDeclaration
KotlinParser.KtStatement. declaration()
KotlinParser.KtDeclaration
KotlinParser.KtTopLevelObject. declaration()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtDeclaration Modifier and Type Method Description void
KotlinBaseListener. enterDeclaration(KotlinParser.KtDeclaration ctx)
Enter a parse tree produced byKotlin#declaration
.void
KotlinListener. enterDeclaration(KotlinParser.KtDeclaration ctx)
Enter a parse tree produced byKotlin#declaration
.void
KotlinBaseListener. exitDeclaration(KotlinParser.KtDeclaration ctx)
Exit a parse tree produced byKotlin#declaration
.void
KotlinListener. exitDeclaration(KotlinParser.KtDeclaration ctx)
Exit a parse tree produced byKotlin#declaration
.default R
KotlinVisitor. visitDeclaration(KotlinParser.KtDeclaration node, P data)
Visit a parse tree produced byKotlin#declaration
.
-