Class ClassElementSorter

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

public class ClassElementSorter extends Object implements ClassVisitor
This ClassVisitor sorts the various elements of the classes that it visits: interfaces, constants, fields, methods, and attributes.
  • Constructor Details

    • ClassElementSorter

      public ClassElementSorter()
      Creates a default `ClassElementSorter` that sorts interfaces, constants and attributes.
    • ClassElementSorter

      public ClassElementSorter(boolean sortInterfaces, boolean sortConstants, boolean sortMembers, boolean sortAttributes)
  • Method Details