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 booleanDUtil.canHandlerCatchException(IDMethodContext ctx, IDExceptionHandler h, String exceptionSig) static StringDUtil.getExceptionSignature(IDMethodContext ctx, IDExceptionHandler h) booleanIDTryData.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 TypeMethodDescriptionvoidIDTryData.setBlockHandlers(int blkOffset, Collection<IDExceptionHandler> handlers) Set the handlers for the provided block.