Uses of Class
cool.klass.model.meta.grammar.KlassParser.TopLevelDeclarationContext
-
Uses of KlassParser.TopLevelDeclarationContext in cool.klass.model.meta.grammar
Methods in cool.klass.model.meta.grammar that return KlassParser.TopLevelDeclarationContextModifier and TypeMethodDescriptionKlassParser.CompilationUnitContext.topLevelDeclaration(int i) KlassParser.topLevelDeclaration()Methods in cool.klass.model.meta.grammar that return types with arguments of type KlassParser.TopLevelDeclarationContextMethods in cool.klass.model.meta.grammar with parameters of type KlassParser.TopLevelDeclarationContextModifier and TypeMethodDescriptionvoidKlassBaseListener.enterTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Enter a parse tree produced byKlassParser.topLevelDeclaration().voidKlassListener.enterTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Enter a parse tree produced byKlassParser.topLevelDeclaration().voidKlassBaseListener.exitTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Exit a parse tree produced byKlassParser.topLevelDeclaration().voidKlassListener.exitTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Exit a parse tree produced byKlassParser.topLevelDeclaration().KlassBaseVisitor.visitTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Visit a parse tree produced byKlassParser.topLevelDeclaration().KlassVisitor.visitTopLevelDeclaration(KlassParser.TopLevelDeclarationContext ctx) Visit a parse tree produced byKlassParser.topLevelDeclaration().