public class BuilderTryBlock extends BaseTryBlock<BuilderExceptionHandler>
| Constructor and Description |
|---|
BuilderTryBlock(int startCodeAddress,
int codeUnitCount,
java.util.List<? extends BuilderExceptionHandler> exceptionHandlers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeUnitCount()
Gets the number of code units covered by this try block.
|
java.util.List<? extends BuilderExceptionHandler> |
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.
|
equalspublic BuilderTryBlock(int startCodeAddress,
int codeUnitCount,
@Nonnull
java.util.List<? extends BuilderExceptionHandler> exceptionHandlers)
public int getStartCodeAddress()
TryBlockpublic int getCodeUnitCount()
TryBlock@Nonnull public java.util.List<? extends BuilderExceptionHandler> getExceptionHandlers()
TryBlock