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, including
dexdec, the dex decompiler.Types representing 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 booleanMove a class or a package to another package, class, or method.default booleanMove a class or a package to another package, class, or method.booleanIDexUnit.moveTo(IDexItem src, IDexItem dst, boolean skipChecks, boolean neverAnonymous, boolean notify) 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 TypeInterfaceDescriptioninterfaceA Dex call site item.interfaceThis interface represents a Dexclass_def_itemobject.interfaceThis interface represents a Dexfield_id_itemobject, that is, a reference to an internal or external field used in the dex.interfaceThis interface represents a Dexmethod_id_itemobject, that is, a reference to an internal or external method used in the dex.interfaceA Dex method handle pool item.interfaceThis class represent Java packages of a Dex objects.interfaceThis interface represents a reference to a dex type used in the dex.Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return types with arguments of type IDexItemModifier and TypeMethodDescriptionIDexClass.getFieldsAndMethods()Get the fields and methods defined in this class item. -
Uses of IDexItem in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IDexItem