public final class CstDouble extends CstLiteral64
CONSTANT_Double_info.| Modifier and Type | Field and Description |
|---|---|
static CstDouble |
VALUE_0
non-null; instance representing 0 |
static CstDouble |
VALUE_1
non-null; instance representing 1 |
| Modifier and Type | Method and Description |
|---|---|
Type |
getType()
Gets the type associated with this instance.
|
double |
getValue()
Gets the
double value. |
static CstDouble |
make(long bits)
Makes an instance for the given value.
|
java.lang.String |
toHuman()
Return the "human" string form of this instance.
|
java.lang.String |
toString() |
java.lang.String |
typeName()
Returns the human name for the particular type of constant
this instance is.
|
compareTo0, equals, fitsInInt, getIntBits, getLongBits, hashCode, isCategory2fitsIn16Bits, fitsIn8BitsgetBasicFrameType, getBasicType, getFrameType, isConstantpublic static final CstDouble VALUE_0
non-null; instance representing 0public static final CstDouble VALUE_1
non-null; instance representing 1public static CstDouble make(long bits)
bits - the double value as long bitspublic java.lang.String toString()
toString in class java.lang.Objectpublic Type getType()
non-null; the typepublic java.lang.String typeName()
public java.lang.String toHuman()
toString().non-null; the human string formpublic double getValue()
double value.Copyright © 2020. All Rights Reserved.