com.ibm.dtfj.image

Interface ImageSymbol


  1. public interface ImageSymbol
Represents a symbol defined in an ImageModule.
See Also:
ImageModule

Method Summary

Modifier and Type Method and Description
  1. ImagePointer
getAddress()
Get the address of this symbol in the image.
  1. java.lang.String
getName()
Get the name of the symbol.

Method Detail

getAddress

  1. ImagePointer getAddress()
Get the address of this symbol in the image.
Returns:
the address of this symbol in the image

getName

  1. java.lang.String getName()
Get the name of the symbol.
Returns:
the name of the symbol