Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDExceptionHandler
Packages that use IDExceptionHandler
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 IDExceptionHandler 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 IDExceptionHandlerModifier and TypeMethodDescriptionIDTryData.getBlockHandlers
(int blkOffset) Retrieve the handlers protecting the provided block.List<? extends IDExceptionHandler>
IDExceptionItem.getHandlers()
Get the list of catch handlers.IDTryData.getHandlers()
Retrieve a list of all handlers.IDTryData.getHandlers
(int handlerAddress) Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDExceptionHandlerModifier and TypeMethodDescriptionstatic boolean
DUtil.canHandlerCatchException
(IDMethodContext ctx, IDExceptionHandler h, String exceptionSig) static String
DUtil.getExceptionSignature
(IDMethodContext ctx, IDExceptionHandler h) boolean
IDTryData.replaceHandler
(int blkOffset, IDExceptionHandler handler, IDExceptionHandler newHandler) Replace or remove a handler by reference.Method parameters in com.pnfsoftware.jeb.core.units.code.android.ir with type arguments of type IDExceptionHandlerModifier and TypeMethodDescriptionvoid
IDTryData.setBlockHandlers
(int blkOffset, Collection<IDExceptionHandler> handlers) Set the handlers for the provided block.