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