Module openj9.dtfj

Class DllVariable

java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.le.DllVariable

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

    • DllVariable

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

    • getName

      public String getName()
      Return the name of the variable.
    • getAddress

      public long getAddress()
      Return the address of the variable.