DexTryBlock Struct Reference

List of all members.

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.
DexHandlerhandlers
DexHandlercatch_all_handler

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator
Generated on Fri Sep 24 19:16:14 2010 for dxcut by  doxygen 1.6.3