source: branches/MetisMQI/src/main/java/weka/core/json/sym.java

Last change on this file was 29, checked in by gnappo, 15 years ago

Taggata versione per la demo e aggiunto branch.

File size: 831 bytes
Line 
1
2//----------------------------------------------------
3// The following code was generated by CUP v0.11a beta 20060608
4// Wed Jul 22 21:31:13 NZST 2009
5//----------------------------------------------------
6
7package weka.core.json;
8
9/** CUP generated interface containing symbol constants. */
10public interface sym {
11  /* terminals */
12  public static final int LSQUARE = 3;
13  public static final int INTEGER = 10;
14  public static final int COLON = 7;
15  public static final int BOOLEAN = 9;
16  public static final int NULL = 8;
17  public static final int RSQUARE = 4;
18  public static final int STRING = 12;
19  public static final int EOF = 0;
20  public static final int DOUBLE = 11;
21  public static final int error = 1;
22  public static final int COMMA = 2;
23  public static final int RCURLY = 6;
24  public static final int LCURLY = 5;
25}
26
Note: See TracBrowser for help on using the repository browser.