public class Integer1Type extends PrimType implements IntegerType
| Constructor and Description |
|---|
Integer1Type(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object t) |
Type |
getDefaultFinalType()
If this type is not allowed in final code, this method provides a replacement type that is allowed in final code
|
Class<?> |
getJavaBoxedType() |
Class<?> |
getJavaPrimitiveType() |
String |
getTypeAsString() |
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 Integer1Type |
v() |
apply, getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedStringpublic Integer1Type(Singletons.Global g)
public static Integer1Type v()
public String toString()
Typepublic boolean isAllowedInFinalCode()
Typetrue if this type is allowed to appear in final (clean) Jimple code.isAllowedInFinalCode in class PrimTypepublic String getTypeAsString()
getTypeAsString in class PrimTypepublic Type getDefaultFinalType()
TypegetDefaultFinalType in class Typepublic Class<?> getJavaBoxedType()
getJavaBoxedType in class PrimTypepublic Class<?> getJavaPrimitiveType()
getJavaPrimitiveType in class PrimTypeCopyright © 2024 Soot OSS. All rights reserved.