Uses of Class
cool.klass.model.meta.grammar.KlassParser.InterfaceReferenceContext
-
Uses of KlassParser.InterfaceReferenceContext in cool.klass.model.meta.grammar
Methods in cool.klass.model.meta.grammar that return KlassParser.InterfaceReferenceContextModifier and TypeMethodDescriptionKlassParser.ImplementsDeclarationContext.interfaceReference(int i) KlassParser.interfaceReference()Methods in cool.klass.model.meta.grammar that return types with arguments of type KlassParser.InterfaceReferenceContextMethods in cool.klass.model.meta.grammar with parameters of type KlassParser.InterfaceReferenceContextModifier and TypeMethodDescriptionvoidKlassBaseListener.enterInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Enter a parse tree produced byKlassParser.interfaceReference().voidKlassListener.enterInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Enter a parse tree produced byKlassParser.interfaceReference().voidKlassBaseListener.exitInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Exit a parse tree produced byKlassParser.interfaceReference().voidKlassListener.exitInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Exit a parse tree produced byKlassParser.interfaceReference().KlassBaseVisitor.visitInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Visit a parse tree produced byKlassParser.interfaceReference().KlassVisitor.visitInterfaceReference(KlassParser.InterfaceReferenceContext ctx) Visit a parse tree produced byKlassParser.interfaceReference().