Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDexPackage
Packages that use IDexPackage
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins, including
dexdec, the dex decompiler.-
Uses of IDexPackage in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDexPackageModifier and TypeMethodDescriptionIDexUnit.addPackage(String signature) Create a package and add it to the package pool.IDexUnit.getPackage(String signature) Retrieve a package by signature.Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type IDexPackageModifier and TypeMethodDescriptionList<? extends IDexPackage> IDexUnit.getPackages()Get the Dex package pool.