Class DllVariable
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllVariable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDllVariable
(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
-