Class DllVariable
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllVariable
This class represents a DLL exported variable.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDllVariable(String name, long address, long value) Create a new DllVariable. - 
Method Summary
 
- 
Field Details
- 
name
The name of the variable - 
address
public long addressThe address of the variable - 
value
public long valueThe value of the variable 
 - 
 - 
Constructor Details
- 
DllVariable
Create a new DllVariable.- Parameters:
 name- the name of the variableaddress- the address of the variablevalue- the value of the variable
 
 -