Module openj9.dtfj

Interface ImageSymbol


  • public interface ImageSymbol
    Represents a symbol defined in an ImageModule.
    See Also:
    ImageModule
    • 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