Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator.CallOriginalException
Packages that use FunctionEmulator.CallOriginalException
-
Uses of FunctionEmulator.CallOriginalException in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that throw FunctionEmulator.CallOriginalExceptionModifier and TypeMethodDescriptionlong
FunctionEmulator.CallbackFunction.call
(FunctionEmulator em) This method will be called when the emulator finds a call to the registered function entry point (seeFunctionEmulator.registerCallbackFunction(com.ibm.j9ddr.corereaders.tdump.zebedee.le.FunctionEmulator.CallbackFunction)
).