Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodeMethod
Packages that use ICodeMethod
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types representing an Dex structures and Dalvik code.
Native code items, including code items and data items.
-
Uses of ICodeMethod in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodeMethodModifier and TypeMethodDescriptionThe skeleton implementation returns null.Convenience method used to retrieve a method by name.static ICodeMethod
CodeUtil.getMethodByName
(ICodeUnit unit, String partialName, boolean failIfAmbiguous) Get a method/routine by name.Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodeMethodModifier and TypeMethodDescriptionstatic List<ICodeMethod>
CodeUtil.collectMethods
(ICodeUnit unit, boolean internal, boolean topLevel, Pattern addressFilter) Collect methods.List<? extends ICodeMethod>
AbstractCodeUnit.getMethods()
The skeleton implementation returns an empty list.List<? extends ICodeMethod>
ICodeClass.getMethods()
Get the list of methods that are defined in this class (super methods are not returned).List<? extends ICodeMethod>
ICodeUnit.getMethods()
Get the list of methods. -
Uses of ICodeMethod in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodeMethod in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
This interface represents a Dexmethod_id_item
object, that is, a reference to an internal or external method used in the dex. -
Uses of ICodeMethod in com.pnfsoftware.jeb.core.units.code.asm.items
Subinterfaces of ICodeMethod in com.pnfsoftware.jeb.core.units.code.asm.itemsModifier and TypeInterfaceDescriptioninterface
A method item references an external or internal native routine.