Module openj9.dtfj

Class DllVariable

java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllVariable

public class DllVariable extends Object
This class represents a DLL exported variable.
  • Field Details

    • 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 Details

    • DllVariable

      public DllVariable(String name, long address, long value)
      Create a new DllVariable.
      Parameters:
      name - the name of the variable
      address - the address of the variable
      value - the value of the variable