package ilog.language.design.types;

/**
 * @version     Last modified on Sat Jun 01 19:31:58 2002 by hak
 * @author      <a href="mailto:hak@ilog.fr">Hassan A&iuml;t-Kaci</a>
 * @copyright   &copy; 2002 <a href="http://www.ilog.fr/">ILOG, S.A.</a>
 */


/**
 * The mother class of static type objects. A static type is a type
 * checked prior to runtime.
 */
public abstract class StaticType extends Type
{
}
