java.lang.Object
com.ibm.j9ddr.corereaders.tdump.zebedee.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.
    • isValidName

      public static boolean isValidName(String name)
      Returns true if the name is a valid function name (ie no control characters etc).