Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.dex.DexReferenceType
Packages that use DexReferenceType
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
Types representing an Dex structures and Dalvik code.
-
Uses of DexReferenceType in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type DexReferenceTypeModifier and TypeMethodDescriptionboolean
IDexReferenceManager.addFieldReference
(String fsig, String sourceAddress, DexReferenceType refType) Record a cross-reference to a field.boolean
IDexReferenceManager.addMethodReference
(String msig, String sourceAddress, DexReferenceType refType) Record a cross-reference to a method.boolean
IDexReferenceManager.addStringReference
(String value, String sourceAddress, DexReferenceType refType) Record a cross-reference to a string. -
Uses of DexReferenceType in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return DexReferenceTypeModifier and TypeMethodDescriptionstatic DexReferenceType
DexReferenceType.fromId
(int id) IDexAddress.getReferenceType()
static DexReferenceType
Returns the enum constant of this class with the specified name.static DexReferenceType[]
DexReferenceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.