Module openj9.dtfj

Interface ImageSymbol

All Known Implementing Classes:
ImageSymbol, J9DDRImageSymbol, JCImageSymbol

public interface ImageSymbol
Represents a symbol defined in an ImageModule.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the address of this symbol in the image.
    Get the name of the symbol.
  • Method Details

    • 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