Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodeClass
Packages that use ICodeClass
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 ICodeClass in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodeClassModifier and TypeMethodDescriptionThe skeleton implementation returns en empty list.Convenience method used to retrieve a class by name.ICodeType.getImplementingClass()
Get the implementing class.Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodeClassModifier and TypeMethodDescriptionstatic List<ICodeClass>
CodeUtil.collectClasses
(ICodeUnit unit, boolean internal, boolean topLevel, Pattern addressFilter) Deprecated.Kept for legacystatic List<ICodeClass>
CodeUtil.collectClasses
(ICodeUnit unit, boolean internal, boolean topLevel, Pattern addressFilter, boolean fullMatch) Collect classes.List<? extends ICodeClass>
AbstractCodeUnit.getClasses()
The skeleton implementation returns an empty list.List<? extends ICodeClass>
ICodeUnit.getClasses()
Get the list of classes. -
Uses of ICodeClass in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodeClass in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
This interface represents a Dexclass_def_item
object. -
Uses of ICodeClass in com.pnfsoftware.jeb.core.units.code.asm.items
Subinterfaces of ICodeClass in com.pnfsoftware.jeb.core.units.code.asm.itemsModifier and TypeInterfaceDescriptioninterface
Definition of a native class item, having a class type, methods, fields, and so on.