Uses of Class
de.jplag.kotlin.grammar.KotlinParser.CallSuffixContext
Packages that use KotlinParser.CallSuffixContext
-
Uses of KotlinParser.CallSuffixContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.CallSuffixContextModifier and TypeMethodDescriptionKotlinParser.callSuffix()KotlinParser.ConstructorInvocationContext.callSuffix()KotlinParser.PostfixUnaryOperationContext.callSuffix()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.CallSuffixContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterCallSuffix(KotlinParser.CallSuffixContext ctx) Enter a parse tree produced byKotlinParser.callSuffix().voidKotlinParserListener.enterCallSuffix(KotlinParser.CallSuffixContext ctx) Enter a parse tree produced byKotlinParser.callSuffix().voidKotlinParserBaseListener.exitCallSuffix(KotlinParser.CallSuffixContext ctx) Exit a parse tree produced byKotlinParser.callSuffix().voidKotlinParserListener.exitCallSuffix(KotlinParser.CallSuffixContext ctx) Exit a parse tree produced byKotlinParser.callSuffix().