All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.Local_Variable_Table

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

public class Local_Variable_Table
extends Object

Variable Index

 o descriptor_index
 o index
 o length
 o name_index
 o start_pc

Constructor Index

 o Local_Variable_Table(DataInputStream)

Method Index

 o write(DataOutputStream)

Variables

 o start_pc
 public short start_pc
 o length
 public short length
 o name_index
 public short name_index
 o descriptor_index
 public short descriptor_index
 o index
 public short index

Constructors

 o Local_Variable_Table
 public Local_Variable_Table(DataInputStream iStream) throws IOException

Methods

 o write
 public void write(DataOutputStream oStream) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index