JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 23 & JDK 23
DRAFT 23-internal-adhoc.jenkins.BuildJDK23x86-64linuxPersonal
openj9.dtfj
com.ibm.dtfj.image
ImageSymbol
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getAddress()
getName()
Interface ImageSymbol
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 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