-
- All Known Implementing Classes:
ImageSymbol
,J9DDRImageSymbol
,JCImageSymbol
public interface ImageSymbol
Represents a symbol defined in an ImageModule.- See Also:
ImageModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagePointer
getAddress()
Get the address of this symbol in the image.String
getName()
Get the name of the symbol.
-
-
-
Method Detail
-
getAddress
ImagePointer getAddress()
Get the address of this symbol in the image.- Returns:
- the address of this symbol in the image
-
getName
String getName()
Get the name of the symbol.- Returns:
- the name of the symbol
-
-