Module openj9.dtfj

Class Function

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

public class Function extends Object
This class represents an LE managed function.
  • Method Details

    • getName

      public String getName()
      Returns the name of the function. This does not include the library name.
    • getProgramUnit

      public String getProgramUnit()
      Returns the name of the program unit. This represents for instance the name of the C file in which this function resides.
    • getEntryPoint

      public long getEntryPoint()
      Returns the address of the entry point. The entry point of a function is where the executable code begins.