All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.Method_Info

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

public class Method_Info
extends Object

Variable Index

 o access_flags
 o attribute_count
 o attributes
 o descriptor_index
 o name_index

Constructor Index

 o Method_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 Method_Info
 public Method_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