public abstract class PrimType extends Type
| Constructor and Description |
|---|
PrimType() |
| Modifier and Type | Method and Description |
|---|---|
RefType |
boxedType() |
abstract Class<?> |
getJavaBoxedType() |
abstract Class<?> |
getJavaPrimitiveType() |
abstract String |
getTypeAsString() |
boolean |
isAllowedInFinalCode()
Returns
true if this type is allowed to appear in final (clean) Jimple code. |
apply, getArrayType, getDefaultFinalType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedString, toStringpublic RefType boxedType()
public abstract Class<?> getJavaBoxedType()
public abstract Class<?> getJavaPrimitiveType()
public boolean isAllowedInFinalCode()
Typetrue if this type is allowed to appear in final (clean) Jimple code.isAllowedInFinalCode in class Typepublic abstract String getTypeAsString()
Copyright © 2024 Soot OSS. All rights reserved.