Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDexItem
Packages that use IDexItem
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types representing an Dex structures and Dalvik code.
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IDexItem in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type IDexItemModifier and TypeMethodDescriptiondefault boolean
Move a class or a package to another package, class, or method.boolean
Move a class or a package to another package, class, or method. -
Uses of IDexItem in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of IDexItem in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
A Dex call site item.interface
This interface represents a Dexclass_def_item
object.interface
This interface represents a Dexfield_id_item
object, that is, a reference to an internal or external field used in the dex.interface
This interface represents a Dexmethod_id_item
object, that is, a reference to an internal or external method used in the dex.interface
A Dex method handle pool item.interface
This class represent Java packages of a Dex objects.interface
This interface represents a reference to a dex type used in the dex. -
Uses of IDexItem in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IDexItem