Uses of Class
de.jplag.kotlin.grammar.KotlinParser.PrimaryConstructorContext
Packages that use KotlinParser.PrimaryConstructorContext
-
Uses of KotlinParser.PrimaryConstructorContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.PrimaryConstructorContextModifier and TypeMethodDescriptionKotlinParser.ClassDeclarationContext.primaryConstructor()KotlinParser.ObjectDeclarationContext.primaryConstructor()KotlinParser.primaryConstructor()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.PrimaryConstructorContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx) Enter a parse tree produced byKotlinParser.primaryConstructor().voidKotlinParserListener.enterPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx) Enter a parse tree produced byKotlinParser.primaryConstructor().voidKotlinParserBaseListener.exitPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx) Exit a parse tree produced byKotlinParser.primaryConstructor().voidKotlinParserListener.exitPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx) Exit a parse tree produced byKotlinParser.primaryConstructor().