类 ConstantPoolSorter

  • 所有已实现的接口:
    ClassVisitor

    public class ConstantPoolSorter
    extends java.lang.Object
    implements ClassVisitor
    This 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.
    • 构造器详细资料

      • ConstantPoolSorter

        public ConstantPoolSorter()