Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDCallInfo
Packages that use IDCallInfo
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 IDCallInfo in com.pnfsoftware.jeb.core.units.code.android.ir
Subinterfaces of IDCallInfo in com.pnfsoftware.jeb.core.units.code.android.irModifier and TypeInterfaceDescriptioninterfaceMethods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDCallInfoModifier and TypeMethodDescriptiondefault IDCallInfoIDExpression.asCallInfo()IDGlobalContext.createCallInfo(DInvokeType invoketype, int methodindex, List<IDExpression> arguments) IDGlobalContext.createCallInfo(DInvokeType invoketype, String msig, List<IDExpression> arguments) IDGlobalContext.createCallInfo(IDIndex methodindex, IDExpression[] arguments, IJavaType returntype, String methodsig, DInvokeType invoketype) IDGlobalContext.createCallInfo(IDIndex methodindex, List<IDExpression> arguments, IJavaType returntype, String methodsig, DInvokeType invoketype) default IDCallInfoIDMethodContext.createCallInfo(DInvokeType invoketype, int methodindex, List<IDExpression> arguments) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().default IDCallInfoIDMethodContext.createCallInfo(IDIndex methodindex, IDExpression[] arguments, IJavaType returntype, String methodsig, DInvokeType invoketype) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().default IDCallInfoIDMethodContext.createCallInfo(IDIndex methodindex, List<IDExpression> arguments, IJavaType returntype, String methodsig, DInvokeType invoketype) Convenience IR factory method wrapping aroundIDMethodContext.getGlobalContext().IDCallInfo.duplicate()Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDCallInfoModifier and TypeMethodDescriptionIDMethodContext.createInvoke(IDCallInfo info) Create aninvocationinstruction.