Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

exception_table_entry Struct Reference

#include <classfile.h>


Detailed Description

The class file exception_table structure, here named as exception_table_entry (to avoid naming conflicts in code versus spec requirements).

See section 4.8.3.

Definition at line 1630 of file classfile.h.

Data Fields

u2 catch_type
u2 end_pc
u2 handler_pc
u2 start_pc


Field Documentation

u2 exception_table_entry::start_pc
 

Definition at line 1632 of file classfile.h.

u2 exception_table_entry::end_pc
 

Definition at line 1633 of file classfile.h.

u2 exception_table_entry::handler_pc
 

Definition at line 1634 of file classfile.h.

u2 exception_table_entry::catch_type
 

Definition at line 1635 of file classfile.h.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 18:50:52 2005 by  doxygen 1.4.4