Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.ContextAccessType
Packages that use ContextAccessType
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of ContextAccessType in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return ContextAccessTypeModifier and TypeMethodDescriptionContextAccessType.addAccess
(ContextAccessType other) static ContextAccessType
ContextAccessType.get
(boolean ci, boolean sef) IDexContextInfoProvider.getMethodCAT
(String msig) Retrieve the side-effect information for a method.static ContextAccessType
Returns the enum constant of this class with the specified name.static ContextAccessType[]
ContextAccessType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type ContextAccessTypeModifier and TypeMethodDescriptionContextAccessType.addAccess
(ContextAccessType other) boolean
IDexContextInfoProvider.setMethodCAT
(String msig, ContextAccessType cat) Set the side-effect information for a method. -
Uses of ContextAccessType in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return ContextAccessTypeModifier and TypeMethodDescriptionstatic ContextAccessType
DUtil.getCAT
(IDInstruction insn, boolean inclAssigDst) Determine the aggregated context type of an instruction.