All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.Exception_Table

java.lang.Object
   |
   +----BIT.lowBIT.Exception_Table

public class Exception_Table
extends Object

Variable Index

 o catch_type
 o end_pc
 o handler_pc
 o start_pc

Constructor Index

 o Exception_Table(DataInputStream)

Method Index

 o updateOffset(InstructionArray, Vector)
 o write(DataOutputStream)

Variables

 o start_pc
 public short start_pc
 o end_pc
 public short end_pc
 o handler_pc
 public short handler_pc
 o catch_type
 public short catch_type

Constructors

 o Exception_Table
 public Exception_Table(DataInputStream iStream) throws IOException

Methods

 o updateOffset
 public void updateOffset(InstructionArray instructions,
                          Vector modified_instructions)
 o write
 public void write(DataOutputStream oStream) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index