Module openj9.dtfj

Class DllVariable


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

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

      • getName

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

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