Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDField
Packages that use IDField
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 IDField in com.pnfsoftware.jeb.core.units.code.android.ir
Subinterfaces of IDField in com.pnfsoftware.jeb.core.units.code.android.irModifier and TypeInterfaceDescriptioninterface
dexdec
IR instance field.interface
dexdec
IR static field, including a type'sclass
pseudo-attribute.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDFieldMethods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDFieldModifier and TypeMethodDescriptionstatic boolean
DUtil.mayBeFinal
(IDField f, IDexUnit dex) Determine whether the provided field is or appears to befinal
.