Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDTarget
Packages that use IDTarget
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IDTarget in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDTargetModifier and TypeMethodDescriptionAdd a case to this switch.IDGlobalContext.createTarget
(int offset) default IDTarget
IDMethodContext.createTarget
(int offset) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDSwitchData.deleteCase
(Object key) Delete a case entry.IDTarget.duplicate()
IDSwitchData.getTargetForCase
(Object key) Get the target for the provided case key.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type IDTargetModifier and TypeMethodDescriptionIDSwitchData.getTargets
(boolean removeDuplicates) Get the collection of targets.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDTargetModifier and TypeMethodDescriptionAdd a case to this switch.int
IDSwitchData.deleteCasesToTarget
(IDTarget target) Delete all cases pointing to the provided target.IDSwitchData.getKeysForTargets
(IDTarget target) Retrieve all case keys that point to the provided target.void
IDInstruction.transformToJump
(IDTarget target) Transform any instruction to a jump, and update the jump target.