Uses of Class
net.sourceforge.pmd.lang.kotlin.ast.KotlinParser.KtPostfixUnarySuffix
Packages that use KotlinParser.KtPostfixUnarySuffix
-
Uses of KotlinParser.KtPostfixUnarySuffix in net.sourceforge.pmd.lang.kotlin.ast
Methods in net.sourceforge.pmd.lang.kotlin.ast that return KotlinParser.KtPostfixUnarySuffixModifier and TypeMethodDescriptionKotlinParser.KtPostfixUnaryExpression.postfixUnarySuffix(int i) KotlinParser.postfixUnarySuffix()Methods in net.sourceforge.pmd.lang.kotlin.ast that return types with arguments of type KotlinParser.KtPostfixUnarySuffixMethods in net.sourceforge.pmd.lang.kotlin.ast with parameters of type KotlinParser.KtPostfixUnarySuffixModifier and TypeMethodDescriptionvoidKotlinBaseListener.enterPostfixUnarySuffix(KotlinParser.KtPostfixUnarySuffix ctx) Enter a parse tree produced byKotlinParser.postfixUnarySuffix().voidKotlinListener.enterPostfixUnarySuffix(KotlinParser.KtPostfixUnarySuffix ctx) Enter a parse tree produced byKotlinParser.postfixUnarySuffix().voidKotlinBaseListener.exitPostfixUnarySuffix(KotlinParser.KtPostfixUnarySuffix ctx) Exit a parse tree produced byKotlinParser.postfixUnarySuffix().voidKotlinListener.exitPostfixUnarySuffix(KotlinParser.KtPostfixUnarySuffix ctx) Exit a parse tree produced byKotlinParser.postfixUnarySuffix().default RKotlinVisitor.visitPostfixUnarySuffix(KotlinParser.KtPostfixUnarySuffix node, P data) Visit a parse tree produced byKotlinParser.postfixUnarySuffix().