Class InterfaceDeleter

    • Constructor Detail

      • InterfaceDeleter

        public InterfaceDeleter​(boolean[] delete,
                                boolean removeSubclasses)
        Creates a new InterfaceDeleter to remove the specified interfaces.
        Parameters:
        delete - an array that corresponds to the interfaces of a class and that specifies the ones to be removed.
        removeSubclasses - specifies whether to remove the specified interfaces as subclasses of their superclasses.