Class PrimitiveType

java.lang.Object
com.ibm.wala.analysis.typeInference.TypeAbstraction
com.ibm.wala.analysis.typeInference.PrimitiveType
All Implemented Interfaces:
ContextItem
Direct Known Subclasses:
JavaPrimitiveType, JSPrimitiveType

public abstract class PrimitiveType extends TypeAbstraction
Abstraction of a primitive type. Subclasses will define the primitive type abstractions for a particular language.
See Also: