Uses of Class
de.jplag.kotlin.grammar.KotlinParser.PostfixUnaryOperationContext
Packages that use KotlinParser.PostfixUnaryOperationContext
-
Uses of KotlinParser.PostfixUnaryOperationContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.PostfixUnaryOperationContextModifier and TypeMethodDescriptionKotlinParser.PostfixUnaryExpressionContext.postfixUnaryOperation(int i) KotlinParser.postfixUnaryOperation()Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.PostfixUnaryOperationContextModifier and TypeMethodDescriptionKotlinParser.PostfixUnaryExpressionContext.postfixUnaryOperation()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.PostfixUnaryOperationContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterPostfixUnaryOperation(KotlinParser.PostfixUnaryOperationContext ctx) Enter a parse tree produced byKotlinParser.postfixUnaryOperation().voidKotlinParserListener.enterPostfixUnaryOperation(KotlinParser.PostfixUnaryOperationContext ctx) Enter a parse tree produced byKotlinParser.postfixUnaryOperation().voidKotlinParserBaseListener.exitPostfixUnaryOperation(KotlinParser.PostfixUnaryOperationContext ctx) Exit a parse tree produced byKotlinParser.postfixUnaryOperation().voidKotlinParserListener.exitPostfixUnaryOperation(KotlinParser.PostfixUnaryOperationContext ctx) Exit a parse tree produced byKotlinParser.postfixUnaryOperation().