com.cmpware.elf.dwarf2
Class Location

java.lang.Object
  extended by com.cmpware.elf.dwarf2.Location

public class Location
extends java.lang.Object

This class describes a location list entry.

Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.

Author:
SAG

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

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

swapBytes

public boolean swapBytes
The byte swap flag (for the location program)


addrBytes

public int addrBytes
The number of bytes in an address


locPgm

public byte[] locPgm
The location program

Constructor Detail

Location

public Location()
Method Detail

toString

public java.lang.String toString()
This method returns a string representation of the location list entry.

Overrides:
toString in class java.lang.Object
Returns:
This method returns a string representation of the location list entry.