Uses of Class
de.jplag.kotlin.grammar.KotlinParser.SetterContext
Packages that use KotlinParser.SetterContext
-
Uses of KotlinParser.SetterContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.SetterContextModifier and TypeMethodDescriptionKotlinParser.PropertyDeclarationContext.setter()KotlinParser.setter()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.SetterContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterSetter(KotlinParser.SetterContext ctx) Enter a parse tree produced byKotlinParser.setter().voidKotlinParserListener.enterSetter(KotlinParser.SetterContext ctx) Enter a parse tree produced byKotlinParser.setter().voidKotlinParserBaseListener.exitSetter(KotlinParser.SetterContext ctx) Exit a parse tree produced byKotlinParser.setter().voidKotlinParserListener.exitSetter(KotlinParser.SetterContext ctx) Exit a parse tree produced byKotlinParser.setter().