Package jminusminus
Class CLConstantMemberRefInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantMemberRefInfo
- Direct Known Subclasses:
- CLConstantFieldRefInfo,- CLConstantInterfaceMethodRefInfo,- CLConstantMethodRefInfo
Abstract super class of CONSTANT_Fieldref_info, CONSTANT_Methodref_info,
 CONSTANT_InterfaceMethodref_info structures.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintCONSTANT_Memberref_info.class_index item.intCONSTANT_Memberref_info.name_and_type_index item.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCLConstantMemberRefInfo(int classIndex, int nameAndTypeIndex, short tag) Constructs a CLConstantMemberRefInfo object.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if this CLCPInfo object is the same as other, and false otherwise.voidwrite(CLOutputStream out) Writes the contents of this constant pool item to the specified output stream.
- 
Field Details- 
classIndexpublic int classIndexCONSTANT_Memberref_info.class_index item.
- 
nameAndTypeIndexpublic int nameAndTypeIndexCONSTANT_Memberref_info.name_and_type_index item.
 
- 
- 
Constructor Details- 
CLConstantMemberRefInfoprotected CLConstantMemberRefInfo(int classIndex, int nameAndTypeIndex, short tag) Constructs a CLConstantMemberRefInfo object.- Parameters:
- classIndex- CONSTANT_Memberref_info.class_index item.
- nameAndTypeIndex- CONSTANT_Memberref_info.name_and_type_index item.
- tag- CONSTANT_Memberref_info.tag item.
 
 
- 
- 
Method Details- 
writeWrites the contents of this constant pool item to the specified output stream.- Overrides:
- writein class- CLCPInfo
- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
- 
equalsReturn true if this CLCPInfo object is the same as other, and false otherwise.
 
-