|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.elf.dwarf2.Location
public class Location
This class describes a location list entry.
Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
int |
addrBytes
The number of bytes in an address |
static java.lang.String |
copyright
Copyright string |
byte[] |
locPgm
The location program |
boolean |
swapBytes
The byte swap flag (for the location program) |
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
This method returns a string representation of the location list entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
public boolean swapBytes
public int addrBytes
public byte[] locPgm
| Constructor Detail |
|---|
public Location()
| 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 | |||||||||