Package javassist.bytecode
Class DoubleInfo
- java.lang.Object
-
- javassist.bytecode.ConstInfo
-
- javassist.bytecode.DoubleInfo
-
class DoubleInfo extends ConstInfo
-
-
Constructor Summary
Constructors Constructor Description DoubleInfo(double d, int index)
DoubleInfo(java.io.DataInputStream in, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)
boolean
equals(java.lang.Object obj)
int
getTag()
int
hashCode()
void
print(java.io.PrintWriter out)
void
write(java.io.DataOutputStream out)
-
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
-
-
-
Field Detail
-
tag
static final int tag
- See Also:
- Constant Field Values
-
value
double value
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
copy
public int copy(ConstPool src, ConstPool dest, java.util.Map<java.lang.String,java.lang.String> map)
-
write
public void write(java.io.DataOutputStream out) throws java.io.IOException
-
-