Class AttributeSorter

java.lang.Object
proguard.classfile.editor.AttributeSorter
All Implemented Interfaces:
Comparator, AttributeVisitor, ClassVisitor, MemberVisitor

public class AttributeSorter extends Object implements ClassVisitor, MemberVisitor, AttributeVisitor, Comparator
This ClassVisitor sorts the attributes of the classes that it visits. The sorting order is based on the types of the attributes.