View Javadoc

1   /* Generated By:JavaCC: Do not edit this line. PoshParserConstants.java */
2   package cz.cuni.amis.pogamut.sposh.elements;
3   
4   
5   /**
6    * Token literal values and constants.
7    * Generated by org.javacc.parser.OtherFilesGen#start()
8    */
9   public interface PoshParserConstants {
10  
11    /** End of File. */
12    int EOF = 0;
13    /** RegularExpression Id. */
14    int SINGLE_LINE_COMMENT = 5;
15    /** RegularExpression Id. */
16    int LBRACE = 6;
17    /** RegularExpression Id. */
18    int RBRACE = 7;
19    /** RegularExpression Id. */
20    int DC = 8;
21    /** RegularExpression Id. */
22    int AP = 9;
23    /** RegularExpression Id. */
24    int AD = 10;
25    /** RegularExpression Id. */
26    int COMPETENCE = 11;
27    /** RegularExpression Id. */
28    int ELEMENTS = 12;
29    /** RegularExpression Id. */
30    int GOAL = 13;
31    /** RegularExpression Id. */
32    int HOURS = 14;
33    /** RegularExpression Id. */
34    int MINUTES = 15;
35    /** RegularExpression Id. */
36    int SECONDS = 16;
37    /** RegularExpression Id. */
38    int HZ = 17;
39    /** RegularExpression Id. */
40    int PM = 18;
41    /** RegularExpression Id. */
42    int NONE = 19;
43    /** RegularExpression Id. */
44    int TRIGGER = 20;
45    /** RegularExpression Id. */
46    int NIL = 21;
47    /** RegularExpression Id. */
48    int DRIVES = 22;
49    /** RegularExpression Id. */
50    int DOCUMENTATION = 23;
51    /** RegularExpression Id. */
52    int VARS = 24;
53    /** RegularExpression Id. */
54    int COMMA = 25;
55    /** RegularExpression Id. */
56    int EQUAL_SIGN = 26;
57    /** RegularExpression Id. */
58    int TRUE = 27;
59    /** RegularExpression Id. */
60    int FALSE = 28;
61    /** RegularExpression Id. */
62    int PREDICATE = 29;
63    /** RegularExpression Id. */
64    int NUMFLOAT = 30;
65    /** RegularExpression Id. */
66    int NUMINT = 31;
67    /** RegularExpression Id. */
68    int NAME = 32;
69    /** RegularExpression Id. */
70    int STRINGVALUE = 33;
71    /** RegularExpression Id. */
72    int COMMENT = 34;
73    /** RegularExpression Id. */
74    int VARIABLE = 35;
75    /** RegularExpression Id. */
76    int ERROR_CHARS = 36;
77  
78    /** Lexical state. */
79    int DEFAULT = 0;
80  
81    /** Literal token values. */
82    String[] tokenImage = {
83      "<EOF>",
84      "\" \"",
85      "\"\\t\"",
86      "\"\\n\"",
87      "\"\\r\"",
88      "<SINGLE_LINE_COMMENT>",
89      "\"(\"",
90      "\")\"",
91      "<DC>",
92      "\"AP\"",
93      "\"AD\"",
94      "\"C\"",
95      "\"elements\"",
96      "\"goal\"",
97      "\"hours\"",
98      "\"minutes\"",
99      "\"seconds\"",
100     "\"hz\"",
101     "\"pm\"",
102     "\"none\"",
103     "\"trigger\"",
104     "\"nil\"",
105     "\"drives\"",
106     "\"documentation\"",
107     "\"vars\"",
108     "\",\"",
109     "\"=\"",
110     "\"true\"",
111     "\"false\"",
112     "<PREDICATE>",
113     "<NUMFLOAT>",
114     "<NUMINT>",
115     "<NAME>",
116     "<STRINGVALUE>",
117     "<COMMENT>",
118     "<VARIABLE>",
119     "<ERROR_CHARS>",
120   };
121 
122 }