Rizin
unix-like reverse engineering framework and cli tools
java_exception_table_t Struct Reference

#include <class_exceptions.h>

Public Attributes

ut16 start_pc
 
ut16 end_pc
 
ut16 handler_pc
 
ut16 catch_type
 

Detailed Description

Definition at line 8 of file class_exceptions.h.

Member Data Documentation

◆ catch_type

ut16 java_exception_table_t::catch_type

Definition at line 12 of file class_exceptions.h.

Referenced by java_attribute_set_code().

◆ end_pc

ut16 java_exception_table_t::end_pc

Definition at line 10 of file class_exceptions.h.

Referenced by java_attribute_set_code().

◆ handler_pc

ut16 java_exception_table_t::handler_pc

Definition at line 11 of file class_exceptions.h.

Referenced by java_attribute_set_code().

◆ start_pc

ut16 java_exception_table_t::start_pc

Definition at line 9 of file class_exceptions.h.

Referenced by java_attribute_set_code().


The documentation for this struct was generated from the following file: