|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.analyzer.util.AddressFormatter
public class AddressFormatter
Helper class to generate the string representation of addresses
Constructor Summary | |
---|---|
AddressFormatter()
|
Method Summary | |
---|---|
static java.lang.String |
toHexString(long addr)
Create a canonical representation of an address, as a fixed-width hexadecimal value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressFormatter()
Method Detail |
---|
public static java.lang.String toHexString(long addr)
addr
- the address to format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |