public abstract class PrimType extends Type
| Constructor and Description |
|---|
PrimType() |
| Modifier and Type | Method and Description |
|---|---|
abstract RefType |
boxedType() |
boolean |
isAllowedInFinalCode()
Returns
true if this type is allowed to appear in
final (clean) Jimple code. |
apply, getArrayType, getEscapedName, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toQuotedString, toStringpublic abstract RefType boxedType()
public boolean isAllowedInFinalCode()
Typetrue if this type is allowed to appear in
final (clean) Jimple code.isAllowedInFinalCode in class Type