java.lang.Object
com.ibm.dtfj.image.javacore.JCImageSymbol
- 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
-
JCImageSymbol
-
-
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
-