]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/src/org/simantics/databoard/parser/DataParserConstants.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / parser / DataParserConstants.java
1 /* Generated By:JavaCC: Do not edit this line. DataParserConstants.java */
2 package org.simantics.databoard.parser;
3
4
5 /**
6  * Token literal values and constants.
7  * Generated by org.javacc.parser.OtherFilesGen#start()
8  */
9 public interface DataParserConstants {
10
11   /** End of File. */
12   int EOF = 0;
13   /** RegularExpression Id. */
14   int WHITESPACE = 1;
15   /** RegularExpression Id. */
16   int COMMENT1 = 2;
17   /** RegularExpression Id. */
18   int COMMENT2 = 3;
19   /** RegularExpression Id. */
20   int STRING = 27;
21   /** RegularExpression Id. */
22   int LONG_STRING = 28;
23   /** RegularExpression Id. */
24   int POSITIVE_INTEGER = 29;
25   /** RegularExpression Id. */
26   int INTEGER = 30;
27   /** RegularExpression Id. */
28   int FLOAT = 31;
29   /** RegularExpression Id. */
30   int IDENT = 32;
31   /** RegularExpression Id. */
32   int URI = 33;
33
34   /** Lexical state. */
35   int DEFAULT = 0;
36
37   /** Literal token values. */
38   String[] tokenImage = {
39     "<EOF>",
40     "<WHITESPACE>",
41     "<COMMENT1>",
42     "<COMMENT2>",
43     "\";\"",
44     "\"(\"",
45     "\")\"",
46     "\"?\"",
47     "\"[\"",
48     "\"]\"",
49     "\"{\"",
50     "\"}\"",
51     "\"|\"",
52     "\"&\"",
53     "\":\"",
54     "\",\"",
55     "\"..\"",
56     "\".\"",
57     "\"=\"",
58     "\"<\"",
59     "\">\"",
60     "\"type\"",
61     "\"true\"",
62     "\"false\"",
63     "\"null\"",
64     "\"map\"",
65     "\"referable\"",
66     "<STRING>",
67     "<LONG_STRING>",
68     "<POSITIVE_INTEGER>",
69     "<INTEGER>",
70     "<FLOAT>",
71     "<IDENT>",
72     "<URI>",
73     "\"-\"",
74   };
75
76 }