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