Uses of Class
de.jplag.kotlin.grammar.KotlinParser.SecondaryConstructorContext
Packages that use KotlinParser.SecondaryConstructorContext
-
Uses of KotlinParser.SecondaryConstructorContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.SecondaryConstructorContextModifier and TypeMethodDescriptionKotlinParser.ClassMemberDeclarationContext.secondaryConstructor()KotlinParser.secondaryConstructor()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.SecondaryConstructorContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx) Enter a parse tree produced byKotlinParser.secondaryConstructor().voidKotlinParserListener.enterSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx) Enter a parse tree produced byKotlinParser.secondaryConstructor().voidKotlinParserBaseListener.exitSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx) Exit a parse tree produced byKotlinParser.secondaryConstructor().voidKotlinParserListener.exitSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx) Exit a parse tree produced byKotlinParser.secondaryConstructor().