Public Member Functions | |
ccDexTryBlock (const ccDexTryBlock &) | |
ccDexTryBlock & | operator= (const ccDexTryBlock &) |
void | copy_from (DexTryBlock *tb) |
void | copy_to (DexTryBlock *tb) |
DexTryBlock * | copy () |
Public Attributes | |
dx_uint | start_addr |
dx_ushort | insn_count |
std::vector< ccDexHandler > | handlers |
ccDexHandler * | catch_all_handler |