Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.le.DllFunction
Packages that use DllFunction
-
Uses of DllFunction in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that return DllFunctionModifier and TypeMethodDescriptionstatic DllFunctionDll.getFunction(AddressSpace space, String name) From the given AddressSpace returns the namedDllFunction(or null if it can't be found).Dll.getFunction(String name) Returns the namedDllFunction(or null if it can't be found).Dll.getFunctions()Returns an array of theDllFunctions belonging to this DLLMethods in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type DllFunctionModifier and TypeMethodDescriptionstatic voidDll.addFunction(AddressSpace space, String name, DllFunction function) Add the givenDllFunctionto the set of functions for this AddressSpace.