public class UntypedLongOrDoubleConstant extends UntypedConstant
Modifier and Type | Field and Description |
---|---|
long |
value |
Modifier and Type | Method and Description |
---|---|
Value |
defineType(Type t) |
boolean |
equals(Object c) |
int |
hashCode()
Returns a hash code for this DoubleConstant object.
|
DoubleConstant |
toDoubleConstant() |
LongConstant |
toLongConstant() |
static UntypedLongOrDoubleConstant |
v(long value) |
apply, getType
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
public static UntypedLongOrDoubleConstant v(long value)
public int hashCode()
public DoubleConstant toDoubleConstant()
public LongConstant toLongConstant()
public Value defineType(Type t)
defineType
in class UntypedConstant
Copyright © 2019 Sable. All rights reserved.