public interface CatchBuilder
CatchTable instances.| Modifier and Type | Method and Description |
|---|---|
CatchTable |
build()
Builds and returns the catch table for this instance.
|
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()
Copyright © 2016. All Rights Reserved.