KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > joram > shared > selectors > sym


1 /*
2  * JORAM: Java(TM) Open Reliable Asynchronous Messaging
3  * Copyright (C) 2001 - 2004 ScalAgent Distributed Technologies
4  * Copyright (C) 2004 - Bull SA
5  * Copyright (C) 1996 - 2000 Dyade
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20  * USA.
21  *
22  * Initial developer(s): Frederic Maistre (INRIA)
23  * Contributor(s): Nicolas Tachker (Bull SA)
24  * ScalAgent Distributed Technologies
25  */

26 //----------------------------------------------------
27
// The following code was generated by CUP v0.10j
28
// Fri Jun 18 16:25:44 CEST 2004
29
//----------------------------------------------------
30

31 package org.objectweb.joram.shared.selectors;
32
33 /** CUP generated class containing symbol constants. */
34 public class sym {
35   /* terminals */
36   public static final int TIMES = 5;
37   public static final int LONG = 28;
38   public static final int AND = 16;
39   public static final int IS = 24;
40   public static final int LT = 12;
41   public static final int PLUS = 2;
42   public static final int INT = 30;
43   public static final int OR = 17;
44   public static final int RPAREN = 8;
45   public static final int IN = 22;
46   public static final int NOT = 18;
47   public static final int BETWEEN = 20;
48   public static final int MIN_LONG = 29;
49   public static final int LPAREN = 7;
50   public static final int GT = 10;
51   public static final int ID = 33;
52   public static final int LE = 13;
53   public static final int BOOLEAN = 32;
54   public static final int STRING = 34;
55   public static final int COMMA = 9;
56   public static final int FLOAT = 27;
57   public static final int EOF = 0;
58   public static final int DIVIDE = 6;
59   public static final int NOTBETWEEN = 21;
60   public static final int GE = 11;
61   public static final int MINUS = 3;
62   public static final int ESCAPE = 23;
63   public static final int error = 1;
64   public static final int SHORT = 31;
65   public static final int LIKE = 19;
66   public static final int EQ = 14;
67   public static final int NULL = 25;
68   public static final int NEQ = 15;
69   public static final int DOUBLE = 26;
70   public static final int UMINUS = 4;
71 }
72
73
Popular Tags