public class UntypedLongOrDoubleConstant extends UntypedConstant
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object c) |
int |
hashCode()
Returns a hash code for this DoubleConstant object.
|
DoubleConstant |
toDoubleConstant() |
LongConstant |
toLongConstant() |
static UntypedLongOrDoubleConstant |
v(long value) |
apply, getTypeclone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toStringpublic static UntypedLongOrDoubleConstant v(long value)
public boolean equals(java.lang.Object c)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic DoubleConstant toDoubleConstant()
public LongConstant toLongConstant()