Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDMethodExecutionHelper
Packages that use IDMethodExecutionHelper
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 IDMethodExecutionHelper in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return types with arguments of type IDMethodExecutionHelperModifier and TypeMethodDescriptionIDState.getExecutionHelpers()Retrieve the collection of all registered method execution helpers.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDMethodExecutionHelperModifier and TypeMethodDescriptionvoidIDState.registerExecutionHelper(IDMethodExecutionHelper helper) Register a method execution helper.