public class ConstantPoolSorter extends java.lang.Object implements ClassVisitor
ClassVisitor
sorts the constant pool entries of the program classes that it visits.
The sorting order is based on the types of the constant pool entries in the first place, and on
their contents in the second place.Constructor and Description |
---|
ConstantPoolSorter() |
Modifier and Type | Method and Description |
---|---|
void |
visitAnyClass(Clazz clazz)
Visits any Clazz instance.
|
void |
visitProgramClass(ProgramClass programClass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitLibraryClass
public void visitAnyClass(Clazz clazz)
ClassVisitor
visitAnyClass
in interface ClassVisitor
public void visitProgramClass(ProgramClass programClass)
visitProgramClass
in interface ClassVisitor