| com.pnfsoftware.jeb.core.units.code.android.dex.IDexExceptionItem |
This interface represents try-catch information for a bytecode area of a method.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<? extends IDexExceptionHandler> |
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
| ||||||||||
Get the list of catch handlers.
Get the code address of the beginning of the try block.
Get the code size of the try block