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()IDGlobalContext.createClassObject(String csig) default IDStaticFieldIDMethodContext.createClassObject(String csig) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDGlobalContext.createStaticField(IDexField f) IDGlobalContext.createStaticField(IDIndex index, IJavaType fieldtype, String csig, String fieldname) IDGlobalContext.createStaticField(String fsig) IDGlobalContext.createStaticField(String fsig, boolean createRefIfDoesNotExist) default IDStaticFieldIDMethodContext.createStaticField(IDIndex index, IJavaType fieldtype, String csig, String fieldname) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDStaticField.duplicate()