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 IDNewArrayInfoIDExpression.asNewArrayInfo()IDGlobalContext.createBooleanArray(boolean[] values) IDGlobalContext.createByteArray(byte[] values) default IDNewArrayInfoIDMethodContext.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 IDNewArrayInfoIDMethodContext.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 arrayinstruction.