Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator
-
Packages that use FunctionEmulator Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.le -
-
Uses of FunctionEmulator in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type FunctionEmulator Modifier and Type Method Description long
FunctionEmulator.CallbackFunction. call(FunctionEmulator em)
This method will be called when the emulator finds a call to the registered function entry point (seeregisterCallbackFunction(com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator.CallbackFunction)
).
-