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