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, toString
public abstract RefType boxedType()
public boolean isAllowedInFinalCode()
Type
true
if this type is allowed to appear in
final (clean) Jimple code.isAllowedInFinalCode
in class Type