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, waitvisitLibraryClasspublic void visitAnyClass(Clazz clazz)
ClassVisitorvisitAnyClass in interface ClassVisitorpublic void visitProgramClass(ProgramClass programClass)
visitProgramClass in interface ClassVisitor