/* Generated By:JavaCC: Do not edit this line. UParserConstants.java */ /* Copyright (c) 1998-2008 The Regents of the University of California. All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. PT_COPYRIGHT_VERSION_3 COPYRIGHTENDKEY */ package ptolemy.moml.unit; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface UParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int PLUS = 5; /** RegularExpression Id. */ int MINUS = 6; /** RegularExpression Id. */ int MULTIPLY = 7; /** RegularExpression Id. */ int DIVIDE = 8; /** RegularExpression Id. */ int POWER = 9; /** RegularExpression Id. */ int EQUALS = 10; /** RegularExpression Id. */ int LT = 11; /** RegularExpression Id. */ int DOLLAR = 12; /** RegularExpression Id. */ int SEMICOLON = 13; /** RegularExpression Id. */ int INTEGER = 14; /** RegularExpression Id. */ int EXPONENT = 15; /** RegularExpression Id. */ int DOUBLE = 16; /** RegularExpression Id. */ int UNITLABEL = 17; /** RegularExpression Id. */ int LETTER = 18; /** RegularExpression Id. */ int PORT = 19; /** RegularExpression Id. */ int LPAREN = 20; /** RegularExpression Id. */ int RPAREN = 21; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "\" \"", "\"\\r\"", "\"\\t\"", "\"\\n\"", "\"+\"", "\"-\"", "\"*\"", "\"/\"", "\"^\"", "\"=\"", "\"<\"", "\"$\"", "\";\"", "", "", "", "", "", "", "\"(\"", "\")\"", }; }