protected class TryBlockRewriter.RewrittenTryBlock extends BaseTryBlock<ExceptionHandler>
| Modifier and Type | Field and Description |
|---|---|
protected TryBlock<? extends ExceptionHandler> |
tryBlock |
| Constructor and Description |
|---|
RewrittenTryBlock(TryBlock<? extends ExceptionHandler> tryBlock) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnitCount()
Gets the number of code units covered by this try block.
|
java.util.List<? extends ExceptionHandler> |
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 protected TryBlock<? extends ExceptionHandler> tryBlock
public RewrittenTryBlock(@Nonnull
TryBlock<? extends ExceptionHandler> tryBlock)
public int getStartCodeAddress()
TryBlockpublic int getCodeUnitCount()
TryBlock@Nonnull public java.util.List<? extends ExceptionHandler> getExceptionHandlers()
TryBlock