Uses of Class
de.jplag.kotlin.grammar.KotlinParser.GetterContext
Packages that use KotlinParser.GetterContext
-
Uses of KotlinParser.GetterContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.GetterContextModifier and TypeMethodDescriptionKotlinParser.getter()KotlinParser.PropertyDeclarationContext.getter()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.GetterContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterGetter(KotlinParser.GetterContext ctx) Enter a parse tree produced byKotlinParser.getter().voidKotlinParserListener.enterGetter(KotlinParser.GetterContext ctx) Enter a parse tree produced byKotlinParser.getter().voidKotlinParserBaseListener.exitGetter(KotlinParser.GetterContext ctx) Exit a parse tree produced byKotlinParser.getter().voidKotlinParserListener.exitGetter(KotlinParser.GetterContext ctx) Exit a parse tree produced byKotlinParser.getter().