Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDNewArrayInfo
Packages that use IDNewArrayInfo
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 IDNewArrayInfo in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDNewArrayInfoModifier and TypeMethodDescriptiondefault IDNewArrayInfo
IDExpression.asNewArrayInfo()
IDGlobalContext.createBooleanArray
(boolean[] values) IDGlobalContext.createByteArray
(byte[] values) default IDNewArrayInfo
IDMethodContext.createByteArray
(byte[] bytes) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDGlobalContext.createCharArray
(char[] values) IDGlobalContext.createDoubleArray
(double[] values) IDGlobalContext.createFloatArray
(float[] values) IDGlobalContext.createIntArray
(int[] values) IDGlobalContext.createLongArray
(long[] values) IDGlobalContext.createNewArrayInfo
(IJavaType type, IDExpression size, List<IDExpression> initvals) default IDNewArrayInfo
IDMethodContext.createNewArrayInfo
(IJavaType type, IDExpression size, List<IDExpression> initvals) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDGlobalContext.createShortArray
(short[] values) IDGlobalContext.createStringArray
(String[] values) IDNewArrayInfo.duplicate()
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDNewArrayInfoModifier and TypeMethodDescriptionIDMethodContext.createNewArray
(IDNewArrayInfo info) Create anew array
instruction.