Class J9DDRImageSymbol
java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRImageSymbol
- All Implemented Interfaces:
ImageSymbol
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the address of this symbol in the image.getName()
Get the name of the symbol.
-
Constructor Details
-
J9DDRImageSymbol
-
-
Method Details
-
getAddress
Description copied from interface:ImageSymbol
Get the address of this symbol in the image.- Specified by:
getAddress
in interfaceImageSymbol
- Returns:
- the address of this symbol in the image
-
getName
Description copied from interface:ImageSymbol
Get the name of the symbol.- Specified by:
getName
in interfaceImageSymbol
- Returns:
- the name of the symbol
-