class FloatInfo extends ConstInfo
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
tag |
(package private) float |
value |
| Constructor and Description |
|---|
FloatInfo(java.io.DataInputStream in,
int index) |
FloatInfo(float f,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
copy(ConstPool src,
ConstPool dest,
java.util.Map map) |
boolean |
equals(java.lang.Object obj) |
int |
getTag() |
int |
hashCode() |
void |
print(java.io.PrintWriter out) |
void |
write(java.io.DataOutputStream out) |
getClassName, renameClass, renameClass, toStringstatic final int tag
float value
public FloatInfo(float f,
int index)
public FloatInfo(java.io.DataInputStream in,
int index)
throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void write(java.io.DataOutputStream out)
throws java.io.IOException