Public Attributes | |
int | start_pc |
int | end_pc |
int | handler_pc |
int | catch_type |
Instruction | start_inst |
Instruction | end_inst |
Instruction | handler_inst |
BasicBlock | b |
Definition at line 117 of file exception_table_entry.java.
|
Once basic blocks are constructed, the handler can be found by referencing its basic block.
Definition at line 156 of file exception_table_entry.java. |
|
Constant pool index of a CONSTANT_Class entry describing the exception this handler handles; if 0, this handler catches all exceptions.
Definition at line 135 of file exception_table_entry.java. |
|
First Instruction object (after parsing) of code not protected by this handler (or null for the end of code).
Definition at line 146 of file exception_table_entry.java. |
|
Code offset of end of code protected by this handler (exclusive).
Definition at line 125 of file exception_table_entry.java. |
|
Instruction object (after parsing) of start of handler code.
Definition at line 151 of file exception_table_entry.java. |
|
Code offset of actual exception handler for the specified code block. Definition at line 130 of file exception_table_entry.java. |
|
First Instruction object (after parsing) of code protected by this handler.
Definition at line 140 of file exception_table_entry.java. |
|
Code offset of start of code protected by this handler (inclusive).
Definition at line 121 of file exception_table_entry.java. |