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, including
dexdec, the dex decompiler.Types representing 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 TypeMethodDescriptionbooleanIDexReferenceManager.addFieldReference(String fsig, String sourceAddress, DexReferenceType refType) Record a cross-reference to a field.booleanIDexReferenceManager.addMethodReference(String msig, String sourceAddress, DexReferenceType refType) Record a cross-reference to a method.booleanIDexReferenceManager.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 DexReferenceTypeDexReferenceType.fromId(int id) Retrieve a reference type by id.IDexAddress.getReferenceType()Get the kind of reference represented by this address.static DexReferenceTypeReturns 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.