Make InstanceKlass::implementor return InstanceKlass

XMLWordPrintable

    • b12

      To avoid InstanceKlass::cast() calls

        // Access to the implementor of an interface.
        Klass* implementor() const;
        void set_implementor(Klass* k);
        int nof_implementors() const;
        void add_implementor(Klass* k); // k is a new class that implements this interface
        void init_implementor(); // initialize

            Assignee:
            Harold Seigel (Inactive)
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: