source: proiecte/HadoopJUnit/hadoop-0.20.1/src/core/org/apache/hadoop/record/compiler/generated/RccConstants.java @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 2.1 KB
Line 
1/* Generated By:JavaCC: Do not edit this line. RccConstants.java */
2/**
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *     http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 */
19
20package org.apache.hadoop.record.compiler.generated;
21
22public interface RccConstants {
23
24  int EOF = 0;
25  int MODULE_TKN = 11;
26  int RECORD_TKN = 12;
27  int INCLUDE_TKN = 13;
28  int BYTE_TKN = 14;
29  int BOOLEAN_TKN = 15;
30  int INT_TKN = 16;
31  int LONG_TKN = 17;
32  int FLOAT_TKN = 18;
33  int DOUBLE_TKN = 19;
34  int USTRING_TKN = 20;
35  int BUFFER_TKN = 21;
36  int VECTOR_TKN = 22;
37  int MAP_TKN = 23;
38  int LBRACE_TKN = 24;
39  int RBRACE_TKN = 25;
40  int LT_TKN = 26;
41  int GT_TKN = 27;
42  int SEMICOLON_TKN = 28;
43  int COMMA_TKN = 29;
44  int DOT_TKN = 30;
45  int CSTRING_TKN = 31;
46  int IDENT_TKN = 32;
47
48  int DEFAULT = 0;
49  int WithinOneLineComment = 1;
50  int WithinMultiLineComment = 2;
51
52  String[] tokenImage = {
53    "<EOF>",
54    "\" \"",
55    "\"\\t\"",
56    "\"\\n\"",
57    "\"\\r\"",
58    "\"//\"",
59    "<token of kind 6>",
60    "<token of kind 7>",
61    "\"/*\"",
62    "\"*/\"",
63    "<token of kind 10>",
64    "\"module\"",
65    "\"class\"",
66    "\"include\"",
67    "\"byte\"",
68    "\"boolean\"",
69    "\"int\"",
70    "\"long\"",
71    "\"float\"",
72    "\"double\"",
73    "\"ustring\"",
74    "\"buffer\"",
75    "\"vector\"",
76    "\"map\"",
77    "\"{\"",
78    "\"}\"",
79    "\"<\"",
80    "\">\"",
81    "\";\"",
82    "\",\"",
83    "\".\"",
84    "<CSTRING_TKN>",
85    "<IDENT_TKN>",
86  };
87
88}
Note: See TracBrowser for help on using the repository browser.