public abstract class BaseTryBlock<EH extends ExceptionHandler> extends java.lang.Object implements TryBlock<EH>
| Constructor and Description |
|---|
BaseTryBlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this TryBlock to another TryBlock for equality.
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnitCount, getExceptionHandlers, getStartCodeAddresspublic boolean equals(java.lang.Object o)
TryBlockequals in interface TryBlock<EH extends ExceptionHandler>equals in class java.lang.Objecto - The object to be compared for equality with this TryBlock