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(Object t)
Returns true if the given object is equal to this one.
|
int |
hashCode() |
String |
toString()
Returns a textual representation of this type.
|
static IntType |
v() |
isAllowedInFinalCode
getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedString
public IntType(Singletons.Global g)
public static IntType v()
public boolean equals(Object t)
public String toString()
Type
public void apply(Switch sw)
Type
apply
in interface Switchable
apply
in class Type
Copyright © 2020 Sable. All rights reserved.