| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExceptionGroup.Entry> |
Op02WithProcessedDataAndRefs.catchExceptionGroups |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExceptionGroup.Entry> |
CatchStatement.exceptions |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExceptionGroup.Entry> |
TryStatement.getEntries() |
java.util.List<ExceptionGroup.Entry> |
CatchStatement.getExceptions() |
| Modifier and Type | Method and Description |
|---|---|
private static JavaTypeInstance |
CatchStatement.determineType(java.util.List<ExceptionGroup.Entry> exceptions) |
| Constructor and Description |
|---|
CatchStatement(BytecodeLoc loc,
java.util.List<ExceptionGroup.Entry> exceptions,
LValue catching) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExceptionGroup.Entry> |
UnstructuredCatch.exceptions |
| Constructor and Description |
|---|
UnstructuredCatch(java.util.List<ExceptionGroup.Entry> exceptions,
BlockIdentifier blockIdentifier,
LValue catching) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ExceptionGroup.Entry> |
ExceptionGroup.entries |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExceptionGroup.Entry> |
ExceptionGroup.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
ExceptionGroup.isSynchronisedHandler(ExceptionGroup.Entry entry,
java.util.Map<java.lang.Integer,java.lang.Integer> lutByOffset,
java.util.Map<java.lang.Integer,java.lang.Integer> lutByIdx,
java.util.List<Op01WithProcessedDataAndByteJumps> instrs) |