类 ClassElementSorter

  • 所有已实现的接口:
    ClassVisitor

    public class ClassElementSorter
    extends java.lang.Object
    implements ClassVisitor
    This ClassVisitor sorts the various elements of the classes that it visits: interfaces, constants, fields, methods, and attributes.
    • 构造器概要

      构造器 
      构造器 说明
      ClassElementSorter()
      Creates a default `ClassElementSorter` that sorts interfaces, constants and attributes.
      ClassElementSorter​(boolean sortInterfaces, boolean sortConstants, boolean sortMembers, boolean sortAttributes)  
    • 构造器详细资料

      • ClassElementSorter

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

        public ClassElementSorter​(boolean sortInterfaces,
                                  boolean sortConstants,
                                  boolean sortMembers,
                                  boolean sortAttributes)