soot
Class PrimType
java.lang.Object
soot.Type
soot.PrimType
- All Implemented Interfaces:
- Serializable, Numberable, Switchable
- Direct Known Subclasses:
- BooleanType, ByteType, CharType, DoubleType, FloatType, Integer127Type, Integer1Type, Integer32767Type, IntType, LongType, ShortType
public abstract class PrimType
- extends Type
Abstract class for Soot classes that that model Java primitive types
(ie all types except void, null, reference types, and array types)
- Author:
- Ondrej Lhotak
- See Also:
- Serialized Form
PrimType
public PrimType()
boxedType
public abstract RefType boxedType()