private static class ClassFile.ConstantFloatInfo extends ClassFile.ConstantValuePoolInfo
| Modifier and Type | Field and Description |
|---|---|
private float |
value |
| Constructor and Description |
|---|
ConstantFloatInfo(float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getValue(ClassFile classFile) |
int |
hashCode() |
boolean |
isWide() |
void |
store(java.io.DataOutputStream dos)
Stores this CP entry into the given
DataOutputStream. |
public java.lang.Object getValue(ClassFile classFile)
getValue in class ClassFile.ConstantValuePoolInfoDouble, Float, Integer, Long or Stringpublic boolean isWide()
isWide in class ClassFile.ConstantPoolInfopublic void store(java.io.DataOutputStream dos)
throws java.io.IOException
ClassFile.ConstantPoolInfoDataOutputStream.
See JVMS7 4.4.1 and following
store in class ClassFile.ConstantPoolInfojava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object