Package jminusminus
Class CLConstantClassInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantClassInfo
Representation of CONSTANT_Class_info structure.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
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- 
nameIndexpublic int nameIndexCONSTANT_Class_info.name_index item.
 
- 
- 
Constructor Details- 
CLConstantClassInfopublic CLConstantClassInfo(int nameIndex) Constructs a CLConstantClassInfo object.- Parameters:
- nameIndex- CONSTANT_Class_info.name_index 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.
 
-