Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDNewInfo
Packages that use IDNewInfo
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 IDNewInfo in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDNewInfoModifier and TypeMethodDescriptiondefault IDNewInfo
IDExpression.asNewInfo()
IDGlobalContext.createNewInfo
(IJavaType objecttype, IJavaType constclasstype, IDIndex constructorindex, IDExpression[] arguments, String methodsig) IDGlobalContext.createNewInfo
(IJavaType objecttype, IJavaType constclasstype, IDIndex constructorindex, List<IDExpression> arguments, String methodsig) IDGlobalContext.createNewInfo
(String constructorSig, IDExpression... arguments) Convenience method to create anew SomeObject(..)
operand.default IDNewInfo
IDMethodContext.createNewInfo
(IJavaType objecttype, IJavaType constclasstype, IDIndex constructorindex, IDExpression[] arguments, String methodsig) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.default IDNewInfo
IDMethodContext.createNewInfo
(IJavaType objecttype, IJavaType constclasstype, IDIndex constructorindex, List<IDExpression> arguments, String methodsig) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.default IDNewInfo
IDMethodContext.createNewInfo
(String constructorSig, IDExpression... arguments) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext()
.IDNewInfo.duplicate()
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDNewInfoModifier and TypeMethodDescriptionIDMethodContext.createConstruct
(IDNewInfo info) Create anew Object(...)
instruction.