001/* Generated By:JavaCC: Do not edit this line. VersionParserConstants.java */ 002/* 003 * jDTAUS Core RI Client Container 004 * Copyright (C) 2005 Christian Schulte 005 * <cs@schulte.it> 006 * 007 * This library is free software; you can redistribute it and/or 008 * modify it under the terms of the GNU Lesser General Public 009 * License as published by the Free Software Foundation; either 010 * version 2.1 of the License, or any later version. 011 * 012 * This library is distributed in the hope that it will be useful, 013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 015 * Lesser General Public License for more details. 016 * 017 * You should have received a copy of the GNU Lesser General Public 018 * License along with this library; if not, write to the Free Software 019 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 020 * 021 * $JDTAUS: VersionParser.jj 8641 2012-09-27 06:45:17Z schulte $ 022 * 023 */ 024package org.jdtaus.core.container.ri.client.versioning; 025 026 027/** 028 * Token literal values and constants. 029 * Generated by org.javacc.parser.OtherFilesGen#start() 030 */ 031public interface VersionParserConstants { 032 033 /** End of File. */ 034 int EOF = 0; 035 /** RegularExpression Id. */ 036 int INTEGER = 1; 037 /** RegularExpression Id. */ 038 int SEPARATOR = 2; 039 /** RegularExpression Id. */ 040 int IDENTIFIER = 3; 041 042 /** Lexical state. */ 043 int DEFAULT = 0; 044 045 /** Literal token values. */ 046 String[] tokenImage = { 047 "<EOF>", 048 "<INTEGER>", 049 "<SEPARATOR>", 050 "<IDENTIFIER>", 051 }; 052 053}