#include <jvm_attribute.h>
Inheritance diagram for jvm_ExceptionsAttribute:
Public Methods | |
jvm_ExceptionsAttribute (jvm_Classfile* cf, u2 attribute_name_index, u4 attribute_length, u2 number_of_exceptions, u2* exception_index_table) | |
attribute_kind | kind () const |
u2 | number_of_exceptions () const |
u2* | exception_index_table () const |
u2 | at (u2 idx) const |
void | write () |
void | print () |
Static Public Methods | |
jvm_Attribute* | create (jvm_Classfile* cf) |
jvm_ExceptionsAttribute* | create (jvm_Classfile* cf, u2 attribute_name_index, u4 attribute_length) |
|
|
|
|
Reimplemented from jvm_Attribute.
|
|
Reimplemented from jvm_Attribute.
|
|
Reimplemented from jvm_Attribute.
|
Reimplemented from jvm_Attribute.