Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtGetter
-
Packages that use KotlinParser.KtGetter Package Description net.sourceforge.pmd.lang.kotlin.ast -
-
Uses of KotlinParser.KtGetter in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtGetter Modifier and Type Method Description KotlinParser.KtGetter
KotlinParser. getter()
KotlinParser.KtGetter
KotlinParser.KtPropertyDeclaration. getter()
Methods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtGetter Modifier and Type Method Description void
KotlinBaseListener. enterGetter(KotlinParser.KtGetter ctx)
Enter a parse tree produced byKotlin#getter
.void
KotlinListener. enterGetter(KotlinParser.KtGetter ctx)
Enter a parse tree produced byKotlin#getter
.void
KotlinBaseListener. exitGetter(KotlinParser.KtGetter ctx)
Exit a parse tree produced byKotlin#getter
.void
KotlinListener. exitGetter(KotlinParser.KtGetter ctx)
Exit a parse tree produced byKotlin#getter
.default R
KotlinVisitor. visitGetter(KotlinParser.KtGetter node, P data)
Visit a parse tree produced byKotlin#getter
.
-