Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDStaticField
Packages that use IDStaticField
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 IDStaticField in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDStaticFieldModifier and TypeMethodDescriptiondefault IDStaticFieldIDExpression.asStaticField()Cast this IR to a static field expression.IDGlobalContext.createClassObject(String csig) Create a class object pseudo-field expression.default IDStaticFieldIDMethodContext.createClassObject(String csig) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDGlobalContext.createStaticField(IDexField f) Create a static field expression from a dex field.IDGlobalContext.createStaticField(IDIndex index, IJavaType fieldtype, String csig, String fieldname) Create a static field expression.IDGlobalContext.createStaticField(String fsig) Create a static field expression from a field signature.IDGlobalContext.createStaticField(String fsig, boolean createRefIfDoesNotExist) Create a static field expression from a field signature.default IDStaticFieldIDMethodContext.createStaticField(IDIndex index, IJavaType fieldtype, String csig, String fieldname) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDStaticField.duplicate()