public class BottomType extends Type
| Constructor and Description |
|---|
BottomType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object t) |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static BottomType |
v() |
apply, getArrayType, getNumber, isAllowedInFinalCode, makeArrayType, merge, setArrayType, setNumber, toMachineTypepublic BottomType(Singletons.Global g)
public static BottomType v()
public java.lang.String toString()
Typepublic boolean equals(java.lang.Object t)
equals in class java.lang.Object