java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.le.DllVariable
This class represents a DLL exported variable.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Return the address of the variable.getName()
Return the name of the variable.
-
Constructor Details
-
DllVariable
Create a new DllVariable.- Parameters:
name
- the name of the variableaddress
- the address of the variable
-
-
Method Details
-
getName
Return the name of the variable. -
getAddress
public long getAddress()Return the address of the variable.
-