public interface

IDExceptionItem

com.pnfsoftware.jeb.core.units.code.android.ir.IDExceptionItem

Class Overview

dexdec exception item definition.

Summary

Public Methods
abstract List<? extends IDExceptionHandler> getHandlers()
Get the list of catch handlers.
abstract int getTryAddress()
Get the code address of the beginning of the try block.
abstract int getTrySize()
Get the code size of the try block

Public Methods

public abstract List<? extends IDExceptionHandler> getHandlers ()

Get the list of catch handlers.

Returns
  • the list of handlers, which may contain at most one non-typed handler

public abstract int getTryAddress ()

Get the code address of the beginning of the try block.

Returns
  • the address in bytes

public abstract int getTrySize ()

Get the code size of the try block

Returns
  • the size in bytes