View Javadoc

1   // $ANTLR 2.7.7 (20060906): "EntityParser.g" -> "EntityLexer.java"$
2   
3   package org.apache.commons.flatfile.dsl;
4   
5   import java.io.IOException;
6   import java.util.Map;
7   
8   import org.apache.commons.flatfile.*;
9   
10  public interface EntityTokenTypes {
11  	int EOF = 1;
12  	int NULL_TREE_LOOKAHEAD = 3;
13  	int ROOT = 4;
14  	int CHECK = 5;
15  	int VALUE = 6;
16  	int ALL = 7;
17  	int FIELD = 8;
18  	int LENGTH = 9;
19  	int ARRAY = 10;
20  	int IMMUTABLE = 11;
21  	int MAP = 12;
22  	int PROTOTYPE = 13;
23  	int OPTIONS = 14;
24  	int MIN = 15;
25  	int MAX = 16;
26  	int OPTION_BLOCK = 17;
27  	int SEMI = 18;
28  	int IDENT = 19;
29  	int ANON = 20;
30  	int COLON = 21;
31  	int TYPEREF = 22;
32  	int LBRACK = 23;
33  	int RBRACK = 24;
34  	int CHAR_LITERAL = 25;
35  	int STAR = 26;
36  	int STRING_LITERAL = 27;
37  	int BANG = 28;
38  	int LPAREN = 29;
39  	int RPAREN = 30;
40  	int LCURLY = 31;
41  	int COMMA = 32;
42  	int RCURLY = 33;
43  	int NUMBER = 34;
44  	int RANGE = 35;
45  	int ASSIGN = 36;
46  	int WS = 37;
47  	int SL_COMMENT = 38;
48  	int ML_COMMENT = 39;
49  	int NL = 40;
50  	int PTIDENT = 41;
51  	int CHAR_BODY = 42;
52  	int STRING_BODY = 43;
53  	int ESC = 44;
54  	int UNICODE = 45;
55  	int OCTAL = 46;
56  	int HEX_DIGIT = 47;
57  }