com.ibm.dtfj.image
Interface ImageSymbol


public interface ImageSymbol

Represents a symbol defined in an ImageModule

Author:
PBurka

Method Summary
 ImagePointer getAddress()
          Get the address of this symbol in the image.
 java.lang.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

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

Returns:
the name of the symbol