public class DoubleType extends PrimType
Constructor and Description |
---|
DoubleType(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
RefType |
boxedType() |
boolean |
equals(Object t) |
int |
hashCode() |
String |
toString()
Returns a textual representation of this type.
|
static DoubleType |
v() |
isAllowedInFinalCode
getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType
public DoubleType(Singletons.Global g)
public static DoubleType v()
public String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type