public interface CatchBuilder
CatchTable instances.| Modifier and Type | Method and Description |
|---|---|
CatchTable |
build()
Builds and returns the catch table for this instance.
|
java.util.HashSet<Type> |
getCatchTypes()
Gets the set of catch types associated with this instance.
|
boolean |
hasAnyCatches()
Gets whether this instance has any catches at all (either typed
or catch-all).
|
CatchTable build()
non-null; the constructed tableboolean hasAnyCatches()
java.util.HashSet<Type> getCatchTypes()
non-null; the set of catch typesCopyright © 2020. All Rights Reserved.