Package jminusminus
Class CLCPInfo
java.lang.Object
jminusminus.CLCPInfo
- Direct Known Subclasses:
- CLConstantClassInfo,- CLConstantDoubleInfo,- CLConstantFloatInfo,- CLConstantIntegerInfo,- CLConstantLongInfo,- CLConstantMemberRefInfo,- CLConstantNameAndTypeInfo,- CLConstantStringInfo,- CLConstantUtf8Info
Representation of cp_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- 
cpIndexpublic int cpIndexIndex of this object in the constant pool.
- 
tagpublic short tagcp_info.tag item.
 
- 
- 
Constructor Details- 
CLCPInfoCLCPInfo()
 
- 
- 
Method Details- 
writeWrites the contents of this constant pool item to the specified output stream.- 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.
 
-