org.jikesrvm.tools.header_gen
Class SortableField
java.lang.Object
org.jikesrvm.tools.header_gen.SortableField
- All Implemented Interfaces:
- Comparable<SortableField>
class SortableField
- extends Object
- implements Comparable<SortableField>
Utility class to help sort fields.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f
final RVMField f
offset
final Offset offset
SortableField
SortableField(RVMField ff)
compareTo
public int compareTo(SortableField y)
- Specified by:
compareTo
in interface Comparable<SortableField>