Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.dex.IDexValue
Packages that use IDexValue
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 IDexValue in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDexValueModifier and TypeMethodDescriptionstatic IDexValue
DexUtil.findAnnotationElement
(IDexUnit dex, IDexAnnotation annotation, String name) Find an annotation element by name.static IDexValue
DexUtil.getStaticFieldInitializer
(IDexClass c, IDexFieldData fd) Retrieve the initial value of a static final class field.IDexUnit.getStaticFieldInitializer
(int index) Retrieve the initializer for the static field of a class. -
Uses of IDexValue in com.pnfsoftware.jeb.core.units.code.android.dex
Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return IDexValueModifier and TypeMethodDescriptionIDexCallSite.getCallSiteValue
(int index) Get a value stored in this call site item.IDexField.getStaticInitializer()
Retrieve the initial value of this field if it is a static final class field.IDexAnnotationElement.getValue()
Get the value of this element.Methods in com.pnfsoftware.jeb.core.units.code.android.dex that return types with arguments of type IDexValueModifier and TypeMethodDescriptionIDexClass.getAnnotationDefaults()
A convenience method used to retrieve the list of annotation default values, if this type is an annotation type.IDexValue.getArray()
Get the intrinsic value of this item.IDexCallSite.getCallSiteValues()
Get the list of linker method (bootstrap method) arguments.IDexClass.getStaticInitializers()
Get the static initializers of the class.