类 InterfaceDeleter

    • 构造器详细资料

      • InterfaceDeleter

        public InterfaceDeleter​(boolean[] delete,
                                boolean removeSubclasses)
        Creates a new InterfaceDeleter to remove the specified interfaces.
        参数:
        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.