Public Methods | |
ExceptionTable (int name_index, int length, int[] exception_index_table, ConstantPool constant_pool) | |
ExceptionTable (ExceptionTable c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int[] | getExceptionIndexTable () |
final String[] | getExceptionNames () |
final int | getNumberOfExceptions () |
final void | setExceptionIndexTable (int[] exception_index_table) |
final String | toString () |
ExceptionTable (int name_index, int length, int[] exception_index_table, ConstantPool constant_pool) | |
ExceptionTable (ExceptionTable c) | |
void | accept (Visitor v) |
Attribute | copy (ConstantPool constant_pool) |
final void | dump (DataOutputStream file) throws IOException |
final int[] | getExceptionIndexTable () |
final String[] | getExceptionNames () |
final int | getNumberOfExceptions () |
final void | setExceptionIndexTable (int[] exception_index_table) |
final String | toString () |
Private Methods | |
ExceptionTable (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
ExceptionTable (int name_index, int length, DataInputStream file, ConstantPool constant_pool) throws IOException | |
Private Attributes | |
int | number_of_exceptions |
int[] | exception_index_table |
int[] | exception_index_table |
Definition at line 16 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java.
|
Definition at line 26 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Construct object from file stream.
Definition at line 41 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 56 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 26 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Construct object from file stream.
Definition at line 41 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy. Definition at line 56 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Attribute. Definition at line 67 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
Reimplemented from Attribute. Definition at line 67 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Reimplemented from Attribute. Definition at line 73 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Reimplemented from Attribute. Definition at line 73 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Dump exceptions attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 85 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Dump exceptions attribute to file stream in binary format.
Reimplemented from Attribute. Definition at line 85 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 95 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 95 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. Referenced by ExceptionTable().
|
|
Definition at line 99 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 99 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 110 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 109 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 115 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Definition at line 114 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Reimplemented from Attribute. Definition at line 123 of file src/de/fub/bytecode/classfile/ExceptionTable.java. |
|
Reimplemented from Attribute. Definition at line 122 of file lib/jpf/de/fub/bytecode/classfile/ExceptionTable.java. Referenced by Method::toString().
|