public interface TryBlock<EH extends ExceptionHandler>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this TryBlock to another TryBlock for equality.
|
int |
getCodeUnitCount()
Gets the number of code units covered by this try block.
|
java.util.List<? extends EH> |
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.
|
int getStartCodeAddress()
int getCodeUnitCount()
@Nonnull java.util.List<? extends EH> getExceptionHandlers()
boolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objecto - The object to be compared for equality with this TryBlock