Public Attributes | |
dx_uint | start_addr |
The start address in the method code block that this try block covers. | |
dx_ushort | insn_count |
The last code unit covered (inclusive) is start_addr + insn_count - 1. | |
DexHandler * | handlers |
DexHandler * | catch_all_handler |
The handler to be used when no other handlers are appropriate or NULL if the handler does not exist. The 'type' field for this handler should be NULL if present.
A sentinel terminated list of handlers with specified catch types. The 'type' field should not be NULL for each of these entries. These should be listed in the order the vm should test in.