Package jminusminus
Class CLConstantIntegerInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantIntegerInfo
Representation of CONSTANT_Integer_info structure.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionshort[]bytes()Returns CONSTANT_Integer_info.bytes item.booleanReturn 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- 
ipublic int iThe int number.
 
- 
- 
Constructor Details- 
CLConstantIntegerInfopublic CLConstantIntegerInfo(int i) Constructs a CLConstantIntegerInfo object.- Parameters:
- i- the int number.
 
 
- 
- 
Method Details- 
bytespublic short[] bytes()Returns CONSTANT_Integer_info.bytes item.- Returns:
- CONSTANT_Integer_info.bytes item.
 
- 
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.
 
-