Package org.acm.seguin.pretty.sort

Class Summary
FieldInitializerOrder The ordering is the basic tool to determine if the parse tree node is in the proper order.
FixupFinalStaticOrder Orders the items in a class according to dependencies for final static constants.
MultipleOrdering Stores a number of orderings together and produce a single order from them
Ordering The ordering is the basic tool to determine if the parse tree node is in the proper order.
ProtectionOrder Orders the items in a class according to type.
SameOrdering Does not change the order
SetterGetterOrder Orders the items in a class according to type.
StaticOrder Orders the items in a class according to type.
TopLevelOrdering Sorts the items in a java file at the top level
TypeOrder Orders the items in a class according to type.