KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > pth > sym


1
2 //----------------------------------------------------
3
// The following code was generated by CUP v0.10k
4
// Mon Jul 04 14:46:42 EDT 2005
5
//----------------------------------------------------
6

7 package polyglot.pth;
8
9 /** CUP generated class containing symbol constants. */
10 public class sym {
11   /* terminals */
12   public static final int LBRACE = 8;
13   public static final int IDENT = 2;
14   public static final int STRING_LITERAL = 3;
15   public static final int EOF = 0;
16   public static final int RBRACK = 7;
17   public static final int COMMA = 11;
18   public static final int error = 1;
19   public static final int SEMICOLON = 10;
20   public static final int RPAREN = 5;
21   public static final int LBRACK = 6;
22   public static final int RBRACE = 9;
23   public static final int LPAREN = 4;
24 }
25
26
Popular Tags