Uses of Class
cool.klass.model.meta.grammar.KlassParser.InterfaceBlockContext
-
Uses of KlassParser.InterfaceBlockContext in cool.klass.model.meta.grammar
Methods in cool.klass.model.meta.grammar that return KlassParser.InterfaceBlockContextModifier and TypeMethodDescriptionKlassParser.interfaceBlock()KlassParser.InterfaceDeclarationContext.interfaceBlock()Methods in cool.klass.model.meta.grammar with parameters of type KlassParser.InterfaceBlockContextModifier and TypeMethodDescriptionvoidKlassBaseListener.enterInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Enter a parse tree produced byKlassParser.interfaceBlock().voidKlassListener.enterInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Enter a parse tree produced byKlassParser.interfaceBlock().voidKlassBaseListener.exitInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Exit a parse tree produced byKlassParser.interfaceBlock().voidKlassListener.exitInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Exit a parse tree produced byKlassParser.interfaceBlock().KlassBaseVisitor.visitInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Visit a parse tree produced byKlassParser.interfaceBlock().KlassVisitor.visitInterfaceBlock(KlassParser.InterfaceBlockContext ctx) Visit a parse tree produced byKlassParser.interfaceBlock().