/* * <!-- * * ************************************************************** * This Java source has been automatically generated. * MODIFICATIONS TO THIS SOURCE MAY BE OVERWRITTEN - DO NOT MODIFY THIS FILE * ************************************************************** * * * This file (CAL_Optimizer_Type.java) * was generated from CAL module: Cal.Internal.Optimizer_Type. * The constants and methods provided are intended to facilitate accessing the * Cal.Internal.Optimizer_Type module from Java code. * * Creation date: Fri Mar 16 13:11:56 PST 2007 * --!> * */ package org.openquark.cal.internal.module.Cal.Internal; import org.openquark.cal.compiler.ModuleName; /** * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WAR * <p> * This file is part of the compiler and not to be modified. * <p> * ING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING * <p> * This file contains the definition for the Type abstract data type. Also included are supporting functions * including all the code for type unification. * * @author Greg McClement */ public final class CAL_Optimizer_Type { public static final ModuleName MODULE_NAME = ModuleName.make("Cal.Internal.Optimizer_Type"); /** * A hash of the concatenated JavaDoc for this class (including inner classes). * This value is used when checking for changes to generated binding classes. */ public static final int javaDocHash = -786743801; }