org.jikesrvm.tools.header_gen
Class SortableField

java.lang.Object
  extended by org.jikesrvm.tools.header_gen.SortableField
All Implemented Interfaces:
Comparable<SortableField>

 class SortableField
extends Object
implements Comparable<SortableField>

Utility class to help sort fields.


Field Summary
(package private)  RVMField f
           
(package private)  Offset offset
           
 
Constructor Summary
SortableField(RVMField ff)
           
 
Method Summary
 int compareTo(SortableField y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

final RVMField f

offset

final Offset offset
Constructor Detail

SortableField

SortableField(RVMField ff)
Method Detail

compareTo

public int compareTo(SortableField y)
Specified by:
compareTo in interface Comparable<SortableField>