@Ser
public interface IDExceptionItem
dexdec exception item definition.
-
Method Summary
Get the list of catch handlers.
int
Get the code address of the beginning of the try block.
int
Get the code size of the try block
-
Method Details
-
getTryAddress
int getTryAddress()
Get the code address of the beginning of the try block.
- Returns:
- the address in bytes
-
getTrySize
int getTrySize()
Get the code size of the try block
- Returns:
- the size in bytes
-
getHandlers
Get the list of catch handlers.
- Returns:
- the list of handlers, which may contain at most one non-typed handler