| Modifier and Type | Method and Description |
|---|---|
List<ExceptionGroup.Entry> |
TryStatement.getEntries() |
List<ExceptionGroup.Entry> |
CatchStatement.getExceptions() |
| Constructor and Description |
|---|
CatchStatement(BytecodeLoc loc,
List<ExceptionGroup.Entry> exceptions,
LValue catching) |
| Constructor and Description |
|---|
UnstructuredCatch(List<ExceptionGroup.Entry> exceptions,
BlockIdentifier blockIdentifier,
LValue catching) |
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionGroup.Entry> |
ExceptionGroup.getEntries() |
Copyright © 2011-2021. All Rights Reserved.