Package proguard.classfile.editor
Class SubclassRemover
java.lang.Object
proguard.classfile.editor.SubclassRemover
- All Implemented Interfaces:
ClassVisitor
This
ClassVisitor removes the given class from the list of subclasses of the classes that
it visits.-
Constructor Summary
ConstructorsConstructorDescriptionSubclassRemover(Clazz subclass) Creates a new SubclassRemover that will remove the given subclass. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface proguard.classfile.visitor.ClassVisitor
visitLibraryClass, visitProgramClass
-
Constructor Details
-
SubclassRemover
Creates a new SubclassRemover that will remove the given subclass.
-
-
Method Details
-
visitAnyClass
Description copied from interface:ClassVisitorVisits any Clazz instance. The more specific default implementations of this interface delegate to this method.- Specified by:
visitAnyClassin interfaceClassVisitor
-