Class Function
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.Function
This class represents an LE managed function.
- 
Method Summary
Modifier and TypeMethodDescriptionlongReturns the address of the entry point.getName()Returns the name of the function.Returns the name of the program unit. 
- 
Method Details
- 
getName
Returns the name of the function. This does not include the library name. - 
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. 
 -