Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDInstanceField
Packages that use IDInstanceField
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 IDInstanceField in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDInstanceFieldModifier and TypeMethodDescriptiondefault IDInstanceField
IDExpression.asInstanceField()
IDGlobalContext.createArrayLength
(IDExpression instance) default IDInstanceField
IDMethodContext.createArrayLength
(IDExpression instance) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDGlobalContext.createInstanceField
(IDExpression instance, IDexField f) IDGlobalContext.createInstanceField
(IDExpression instance, IDIndex index, IJavaType fieldtype, String fieldname) IDGlobalContext.createInstanceField
(IDExpression instance, String fsig) IDGlobalContext.createInstanceField
(IDExpression instance, String fsig, boolean createRefIfDoesNotExist) default IDInstanceField
IDMethodContext.createInstanceField
(IDExpression instance, IDIndex index, IJavaType fieldtype, String fieldname) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDInstanceField.duplicate()