Uses of Class
de.jplag.kotlin.grammar.KotlinParser.ObjectDeclarationContext
Packages that use KotlinParser.ObjectDeclarationContext
-
Uses of KotlinParser.ObjectDeclarationContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.ObjectDeclarationContextModifier and TypeMethodDescriptionKotlinParser.ClassMemberDeclarationContext.objectDeclaration()KotlinParser.objectDeclaration()KotlinParser.TopLevelObjectContext.objectDeclaration()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.ObjectDeclarationContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx) Enter a parse tree produced byKotlinParser.objectDeclaration().voidKotlinParserListener.enterObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx) Enter a parse tree produced byKotlinParser.objectDeclaration().voidKotlinParserBaseListener.exitObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx) Exit a parse tree produced byKotlinParser.objectDeclaration().voidKotlinParserListener.exitObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx) Exit a parse tree produced byKotlinParser.objectDeclaration().