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