All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.Field_Info

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

public class Field_Info
extends Object

Variable Index

 o access_flags
 o attribute_count
 o attributes
 o descriptor_index
 o name_index

Constructor Index

 o Field_Info(Cp_Info[], DataInputStream)

Method Index

 o write(Cp_Info[], DataOutputStream)

Variables

 o access_flags
 public short access_flags
 o name_index
 public short name_index
 o descriptor_index
 public short descriptor_index
 o attribute_count
 public short attribute_count
 o attributes
 public Attribute_Info attributes[]

Constructors

 o Field_Info
 public Field_Info(Cp_Info constant_pool[],
                   DataInputStream iStream) throws IOException

Methods

 o write
 public void write(Cp_Info constant_pool[],
                   DataOutputStream oStream) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index