|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.elf.dwarf2.RangeLookupList.RangeEntry
public class RangeLookupList.RangeEntry
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 |
|---|
public long rangeStart
public long rangeEnd
public java.lang.Object o
| Constructor Detail |
|---|
public RangeLookupList.RangeEntry()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||