Package jminusminus
Class CLConstantDoubleInfo
java.lang.Object
jminusminus.CLCPInfo
jminusminus.CLConstantDoubleInfo
Representation of CONSTANT_Double_info structure.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if this CLCPInfo object is the same as other, and false otherwise.short[]Returns CONSTANT_Double_info.high_bytes item.short[]lowBytes()Returns CONSTANT_Double_info.low_bytes item.voidwrite(CLOutputStream out) Writes the contents of this constant pool item to the specified output stream.
- 
Field Details- 
dpublic double dThe double precision floating-point number.
 
- 
- 
Constructor Details- 
CLConstantDoubleInfopublic CLConstantDoubleInfo(double d) Constructs a CLConstantDoubleInfo object.- Parameters:
- d- the double precision floating-point number.
 
 
- 
- 
Method Details- 
lowBytespublic short[] lowBytes()Returns CONSTANT_Double_info.low_bytes item.- Returns:
- CONSTANT_Double_info.low_bytes item.
 
- 
highBytespublic short[] highBytes()Returns CONSTANT_Double_info.high_bytes item.- Returns:
- CONSTANT_Double_info.high_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.
 
-