public class IntType extends PrimType implements IntegerType
| Constructor and Description |
|---|
IntType(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Method required for use of Switchable.
|
RefType |
boxedType() |
boolean |
equals(java.lang.Object t)
Returns true if the given object is equal to this one.
|
int |
hashCode() |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static IntType |
v() |
isAllowedInFinalCodegetArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic static IntType v()
public boolean equals(java.lang.Object t)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
Typepublic void apply(Switch sw)
Typeapply in interface Switchableapply in class Type