com.cmpware.elf.dwarf2
Class RangeLookupList.RangeEntry

java.lang.Object
  extended by com.cmpware.elf.dwarf2.RangeLookupList.RangeEntry
Enclosing class:
RangeLookupList

public class RangeLookupList.RangeEntry
extends java.lang.Object

This class describes a range entry.


Field Summary
 java.lang.Object o
          The object associated with this range
 long rangeEnd
          The end of the range
 long rangeStart
          The start of the range
 
Constructor Summary
RangeLookupList.RangeEntry()
           
 
Method Summary
 java.lang.String toString()
          This method returns a string representation of the range element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rangeStart

public long rangeStart
The start of the range


rangeEnd

public long rangeEnd
The end of the range


o

public java.lang.Object o
The object associated with this range

Constructor Detail

RangeLookupList.RangeEntry

public RangeLookupList.RangeEntry()
Method Detail

toString

public java.lang.String toString()
This method returns a string representation of the range element.

Overrides:
toString in class java.lang.Object