Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDArrayElt
Packages that use IDArrayElt
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 IDArrayElt in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDArrayEltModifier and TypeMethodDescriptiondefault IDArrayEltIDExpression.asArrayElt()IDGlobalContext.createArrayElt(IDExpression array, IDExpression index, IJavaType type) Create an array element.default IDArrayEltIDMethodContext.createArrayElt(IDExpression array, IDExpression index, IJavaType type) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDArrayElt.duplicate()