summaryrefslogtreecommitdiff
path: root/src/org/noreply/fancydress/directory/parser/DirectorySymbols.java
blob: 481ad2f0bf69f34f144d1f5a38e1c6a6e6ee7f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//----------------------------------------------------
// The following code was generated by CUP v0.10k
// Sun Oct 05 01:55:07 CEST 2003
//----------------------------------------------------

package org.noreply.fancydress.directory.parser;

/** CUP generated class containing symbol constants. */
public class DirectorySymbols {
  /* terminals */
  public static final int CR = 3;
  public static final int COLON = 8;
  public static final int EOF = 0;
  public static final int RIGHT_BRACKET = 7;
  public static final int NL = 2;
  public static final int error = 1;
  public static final int SPACE = 4;
  public static final int IDENTIFIER = 5;
  public static final int LEFT_BRACKET = 6;
}