- java.lang.Object
-
- com.ibm.dtfj.corereaders.zos.le.DllVariable
-
public class DllVariable extends Object
This class represents a DLL exported variable.
-
-
Constructor Summary
Constructors Constructor Description DllVariable(String name, long address, long value)
Create a new DllVariable.
-
-
-
Field Detail
-
name
public String name
The name of the variable
-
address
public long address
The address of the variable
-
value
public long value
The value of the variable
-
-
Constructor Detail
-
DllVariable
public DllVariable(String name, long address, long value)
Create a new DllVariable.- Parameters:
name
- the name of the variableaddress
- the address of the variablevalue
- the value of the variable
-
-