soot
Class PrimType

java.lang.Object
  extended by soot.Type
      extended by 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

Field Summary
 
Fields inherited from class soot.Type
arrayType
 
Constructor Summary
PrimType()
           
 
Method Summary
abstract  RefType boxedType()
           
 
Methods inherited from class soot.Type
apply, getArrayType, getNumber, makeArrayType, merge, setArrayType, setNumber, toMachineType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrimType

public PrimType()
Method Detail

boxedType

public abstract RefType boxedType()