Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.type.IPackage
Packages that use IPackage
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).-
Uses of IPackage in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return types with arguments of type IPackage -
Uses of IPackage in com.pnfsoftware.jeb.core.units.code.asm.type
Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return IPackageModifier and TypeMethodDescriptionIPackageManager.createPackage(IPackage parent, String simplename) Create a package.IPackageManager.createPackage(String fqname) Create a package.IPackageManager.getPackageOfItem(INativeItem item) Get the package containing an item.Methods in com.pnfsoftware.jeb.core.units.code.asm.type that return types with arguments of type IPackageMethods in com.pnfsoftware.jeb.core.units.code.asm.type with parameters of type IPackageModifier and TypeMethodDescriptionIPackageManager.createPackage(IPackage parent, String simplename) Create a package.booleanIPackageManager.deletePackage(IPackage pkg) Delete a package.booleanIPackageManager.moveToPackage(INativeItem item, IPackage dst) Move an item to a package.