public class Integer1Type extends PrimType implements IntegerType
| Constructor and Description |
|---|
Integer1Type(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
RefType |
boxedType() |
boolean |
equals(java.lang.Object t) |
boolean |
isAllowedInFinalCode()
Returns
true if this type is allowed to appear in
final (clean) Jimple code. |
java.lang.String |
toString()
Returns a textual representation of this type.
|
static Integer1Type |
v() |
apply, getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineTypepublic Integer1Type(Singletons.Global g)
public static Integer1Type v()
public java.lang.String toString()
Typepublic boolean equals(java.lang.Object t)
equals in class java.lang.Objectpublic boolean isAllowedInFinalCode()
Typetrue if this type is allowed to appear in
final (clean) Jimple code.isAllowedInFinalCode in class PrimType