All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class BIT.lowBIT.CONSTANT_Methodref_Info

java.lang.Object
   |
   +----BIT.lowBIT.Cp_Info
           |
           +----BIT.lowBIT.CONSTANT_Methodref_Info

public class CONSTANT_Methodref_Info
extends Cp_Info

Variable Index

 o class_index
 o name_and_type_index

Constructor Index

 o CONSTANT_Methodref_Info(DataInputStream, byte)
 o CONSTANT_Methodref_Info(short, short)

Method Index

 o equals(Object)
 o write(DataOutputStream)

Variables

 o class_index
 public short class_index
 o name_and_type_index
 public short name_and_type_index

Constructors

 o CONSTANT_Methodref_Info
 public CONSTANT_Methodref_Info(DataInputStream iStream,
                                byte tag) throws IOException
 o CONSTANT_Methodref_Info
 public CONSTANT_Methodref_Info(short class_index,
                                short name_and_type_index)

Methods

 o write
 public void write(DataOutputStream oStream) throws IOException
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Cp_Info

All Packages  Class Hierarchy  This Package  Previous  Next  Index