Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.ir.DInvokeType
Packages that use DInvokeType
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.-
Uses of DInvokeType in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type DInvokeTypeModifier and TypeMethodDescriptionIEmulatedAndroid.invokeMethod(DInvokeType invoketype, String msig, List<IDExpression> args) Convenience method wrapping around thedex emulatorto emulate a method. -
Uses of DInvokeType in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return DInvokeTypeModifier and TypeMethodDescriptionIDCallInfo.getInvokeType()Get the invocation type.static DInvokeTypeReturns the enum constant of this class with the specified name.static DInvokeType[]DInvokeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type DInvokeTypeModifier and TypeMethodDescriptionIDGlobalContext.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().IDState.invokeMethod(DInvokeType invokeType, String methodSignature, IDExpression... methodParameters) Invoke (execute) a method.IDState.invokeMethod(String methodSignature, Collection<IDExpression> methodParameters, DInvokeType invokeType) Invoke (execute) a method.