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 IDInstanceFieldIDExpression.asInstanceField()Cast this IR to an instance field expression.IDGlobalContext.createArrayLength(IDExpression instance) Create an array-length expression.default IDInstanceFieldIDMethodContext.createArrayLength(IDExpression instance) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDGlobalContext.createInstanceField(IDExpression instance, IDexField f) Create an instance field expression from a dex field.IDGlobalContext.createInstanceField(IDExpression instance, IDIndex index, IJavaType fieldtype, String fieldname) Create an instance field expression.IDGlobalContext.createInstanceField(IDExpression instance, String fsig) Create an instance field expression from a field signature.IDGlobalContext.createInstanceField(IDExpression instance, String fsig, boolean createRefIfDoesNotExist) Create an instance field expression from a field signature.default IDInstanceFieldIDMethodContext.createInstanceField(IDExpression instance, IDIndex index, IJavaType fieldtype, String fieldname) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDInstanceField.duplicate()