public class DexBackedTryBlock extends BaseTryBlock<DexBackedExceptionHandler>
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedTryBlock(DexBackedDexFile dexFile,
int tryItemOffset,
int handlersStartOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnitCount()
Gets the number of code units covered by this try block.
|
java.util.List<? extends DexBackedExceptionHandler> |
getExceptionHandlers()
A list of the exception handlers associated with this try block.
|
int |
getStartCodeAddress()
Gets the code offset of the start of this try block.
|
equals@Nonnull public final DexBackedDexFile dexFile
public DexBackedTryBlock(@Nonnull
DexBackedDexFile dexFile,
int tryItemOffset,
int handlersStartOffset)
public int getStartCodeAddress()
TryBlockpublic int getCodeUnitCount()
TryBlock@Nonnull public java.util.List<? extends DexBackedExceptionHandler> getExceptionHandlers()
TryBlock