Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Exception_attribute Class Reference

Inheritance diagram for Exception_attribute:
[legend]
Collaboration diagram for Exception_attribute:
[legend]
List of all members.

Public Attributes

int number_of_exceptions
int exception_index_table []

Detailed Description

There should be exactly one Exceptions attribute in every method, indicating the types of exceptions the method might throw.
See also:
attribute_info , method_info::attributes
Author:
Clark Verbrugge

Definition at line 121 of file Exception_attribute.java.


Member Data Documentation

int Exception_attribute::exception_index_table[]
 

Constant pool indices of CONSTANT_Class types representing exceptions the associated method might throw.

See also:
CONSTANT_Class_info

Definition at line 128 of file Exception_attribute.java.

int Exception_attribute::number_of_exceptions
 

Length of exception table array.

Definition at line 123 of file Exception_attribute.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:10:23 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001