public class BooleanType extends PrimType implements IntegerType
Constructor and Description |
---|
BooleanType(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) |
int |
hashCode() |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static BooleanType |
v() |
isAllowedInFinalCode
getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedString
public static BooleanType v()
public boolean equals(java.lang.Object t)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type