Class ConstantPoolSorter

java.lang.Object
proguard.classfile.editor.ConstantPoolSorter
All Implemented Interfaces:
ClassVisitor

public class ConstantPoolSorter extends 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.
  • Constructor Details

    • ConstantPoolSorter

      public ConstantPoolSorter()
  • Method Details