soot
Class PrimType

java.lang.Object
  extended bysoot.Type
      extended bysoot.PrimType
All Implemented Interfaces:
Numberable, Serializable, Switchable
Direct Known Subclasses:
BooleanType, ByteType, CharType, DoubleType, FloatType, 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()
           
 
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()