Package jminusminus
Class CLConstantStringInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantStringInfo
Representation of CONSTANT_String_info structure.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCLConstantStringInfo(int stringIndex) Constructs a CLConstantStringInfo 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- 
stringIndexpublic int stringIndexCONSTANT_String_info.string_index item.
 
- 
- 
Constructor Details- 
CLConstantStringInfopublic CLConstantStringInfo(int stringIndex) Constructs a CLConstantStringInfo object.- Parameters:
- stringIndex- CONSTANT_String_info.string_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.
 
-