Uses of Class
de.jplag.kotlin.grammar.KotlinParser.ClassBodyContext
Packages that use KotlinParser.ClassBodyContext
-
Uses of KotlinParser.ClassBodyContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.ClassBodyContextModifier and TypeMethodDescriptionKotlinParser.classBody()KotlinParser.ClassDeclarationContext.classBody()KotlinParser.CompanionObjectContext.classBody()KotlinParser.EnumEntryContext.classBody()KotlinParser.ObjectDeclarationContext.classBody()KotlinParser.ObjectLiteralContext.classBody()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.ClassBodyContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterClassBody(KotlinParser.ClassBodyContext ctx) Enter a parse tree produced byKotlinParser.classBody().voidKotlinParserListener.enterClassBody(KotlinParser.ClassBodyContext ctx) Enter a parse tree produced byKotlinParser.classBody().voidKotlinParserBaseListener.exitClassBody(KotlinParser.ClassBodyContext ctx) Exit a parse tree produced byKotlinParser.classBody().voidKotlinParserListener.exitClassBody(KotlinParser.ClassBodyContext ctx) Exit a parse tree produced byKotlinParser.classBody().