#include <classfile.h>
Definition at line 1640 of file classfile.h.
Data Fields | |
u4 | attribute_length |
u2 | attribute_name_index |
attribute_info_dup ** | attributes |
Spec pseudo-code: attribute_info attributes [attributes_count];. | |
u2 | attributes_count |
u1 * | code |
Spec pseudo-code: code[code_length ];. | |
u4 | code_length |
exception_table_entry * | exception_table |
Spec pseudo-code: exception_table[exception_table_length ];. | |
u2 | exception_table_length |
u2 | max_locals |
u2 | max_stack |
|
Definition at line 1642 of file classfile.h. |
|
Definition at line 1643 of file classfile.h. |
|
Definition at line 1644 of file classfile.h. |
|
Definition at line 1645 of file classfile.h. Referenced by object_run_method(), and opcode_run(). |
|
Definition at line 1647 of file classfile.h. |
|
Spec pseudo-code:
Definition at line 1648 of file classfile.h. |
|
Definition at line 1650 of file classfile.h. |
|
Spec pseudo-code:
Definition at line 1651 of file classfile.h. |
|
Definition at line 1654 of file classfile.h. |
|
Spec pseudo-code:
Definition at line 1655 of file classfile.h. |