Uses of Class
de.jplag.kotlin.grammar.KotlinParser.PrefixUnaryOperationContext
Packages that use KotlinParser.PrefixUnaryOperationContext
-
Uses of KotlinParser.PrefixUnaryOperationContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.PrefixUnaryOperationContextModifier and TypeMethodDescriptionKotlinParser.PrefixUnaryExpressionContext.prefixUnaryOperation(int i) KotlinParser.prefixUnaryOperation()Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.PrefixUnaryOperationContextModifier and TypeMethodDescriptionKotlinParser.PrefixUnaryExpressionContext.prefixUnaryOperation()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.PrefixUnaryOperationContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterPrefixUnaryOperation(KotlinParser.PrefixUnaryOperationContext ctx) Enter a parse tree produced byKotlinParser.prefixUnaryOperation().voidKotlinParserListener.enterPrefixUnaryOperation(KotlinParser.PrefixUnaryOperationContext ctx) Enter a parse tree produced byKotlinParser.prefixUnaryOperation().voidKotlinParserBaseListener.exitPrefixUnaryOperation(KotlinParser.PrefixUnaryOperationContext ctx) Exit a parse tree produced byKotlinParser.prefixUnaryOperation().voidKotlinParserListener.exitPrefixUnaryOperation(KotlinParser.PrefixUnaryOperationContext ctx) Exit a parse tree produced byKotlinParser.prefixUnaryOperation().