Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDSwitchData
Packages that use IDSwitchData
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 IDSwitchData in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDSwitchDataModifier and TypeMethodDescriptionIDGlobalContext.createSwitchData()Create a switch data element used in Switch instructions.default IDSwitchDataIDMethodContext.createSwitchData()IDSwitchData.duplicate()IDInstruction.getSwitchData()IDInstruction.setSwitchData(IDSwitchData swdata) Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDSwitchDataModifier and TypeMethodDescriptionIDMethodContext.createSwitch(IDExpression swexp, IDSwitchData data) Create aswitchinstruction.IDInstruction.setSwitchData(IDSwitchData swdata)