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
-
class_index
-
-
name_and_type_index
-
-
CONSTANT_Methodref_Info(DataInputStream, byte)
-
-
CONSTANT_Methodref_Info(short, short)
-
-
equals(Object)
-
-
write(DataOutputStream)
-
class_index
public short class_index
name_and_type_index
public short name_and_type_index
CONSTANT_Methodref_Info
public CONSTANT_Methodref_Info(DataInputStream iStream,
byte tag) throws IOException
CONSTANT_Methodref_Info
public CONSTANT_Methodref_Info(short class_index,
short name_and_type_index)
write
public void write(DataOutputStream oStream) throws IOException
equals
public boolean equals(Object obj)
- Overrides:
- equals in class Cp_Info
All Packages Class Hierarchy This Package Previous Next Index