Public Methods | |
CodeException (int start_pc, int end_pc, int handler_pc, int catch_type) | |
CodeException (CodeException c) | |
void | accept (Visitor v) |
CodeException | copy () |
final void | dump (DataOutputStream file) throws IOException |
final int | getCatchType () |
final int | getEndPC () |
final int | getHandlerPC () |
final int | getStartPC () |
final void | setCatchType (int catch_type) |
final void | setEndPC (int end_pc) |
final void | setHandlerPC (int handler_pc) |
final void | setStartPC (int start_pc) |
final String | toString () |
final String | toString (ConstantPool cp) |
final String | toString (ConstantPool cp, boolean verbose) |
CodeException (int start_pc, int end_pc, int handler_pc, int catch_type) | |
CodeException (CodeException c) | |
void | accept (Visitor v) |
CodeException | copy () |
final void | dump (DataOutputStream file) throws IOException |
final int | getCatchType () |
final int | getEndPC () |
final int | getHandlerPC () |
final int | getStartPC () |
final void | setCatchType (int catch_type) |
final void | setEndPC (int end_pc) |
final void | setHandlerPC (int handler_pc) |
final void | setStartPC (int start_pc) |
final String | toString () |
final String | toString (ConstantPool cp) |
final String | toString (ConstantPool cp, boolean verbose) |
Private Methods | |
CodeException (DataInputStream file) throws IOException | |
CodeException (DataInputStream file) throws IOException | |
Private Attributes | |
int | start_pc |
int | end_pc |
int | handler_pc |
int | catch_type |
Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java.
|
Definition at line 35 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Initialize from another object. Definition at line 46 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Construct object from file stream.
Definition at line 54 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 35 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Initialize from another object. Definition at line 46 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Construct object from file stream.
Definition at line 54 of file src/de/fub/bytecode/classfile/CodeException.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.
Definition at line 66 of file src/de/fub/bytecode/classfile/CodeException.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.
Definition at line 66 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 72 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 72 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by Code::copy().
|
|
Dump code exception to file stream in binary format.
Definition at line 85 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Dump code exception to file stream in binary format.
Definition at line 85 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by Code::dump().
|
|
Definition at line 96 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 96 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by CodeException(), and MethodGen::MethodGen().
|
|
Definition at line 100 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 100 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by CodeException(), and MethodGen::MethodGen().
|
|
Definition at line 104 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 104 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by CodeException(), and MethodGen::MethodGen().
|
|
Definition at line 108 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 108 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. Referenced by CodeException(), and MethodGen::MethodGen().
|
|
Definition at line 112 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 112 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 118 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 118 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 124 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 124 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 130 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 130 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 147 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 136 of file src/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 147 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |
|
Definition at line 136 of file lib/jpf/de/fub/bytecode/classfile/CodeException.java. |