Interface IDExceptionItem
public interface IDExceptionItem
dexdec
exception item definition.-
Method Summary
Modifier and TypeMethodDescriptionList<? extends IDExceptionHandler>
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
List<? extends IDExceptionHandler> getHandlers()Get the list of catch handlers.- Returns:
- the list of handlers, which may contain at most one non-typed handler
-