Package javassist.bytecode
Class DoubleInfo
java.lang.Object
javassist.bytecode.ConstInfo
javassist.bytecode.DoubleInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
(package private) double
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javassist.bytecode.ConstInfo
getClassName, renameClass, renameClass, toString
-
Field Details
-
tag
static final int tag- See Also:
-
value
double value
-
-
Constructor Details
-
DoubleInfo
public DoubleInfo(double d, int index) -
DoubleInfo
- Throws:
IOException
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getTag
public int getTag() -
copy
-
write
- Specified by:
write
in classConstInfo
- Throws:
IOException
-
print
-