001// $ANTLR 2.7.7 (20060906): "EntityParser.g" -> "EntityLexer.java"$
002
003package org.apache.commons.flatfile.dsl;
004
005import java.io.IOException;
006import java.util.Map;
007
008import org.apache.commons.flatfile.*;
009
010public interface EntityTokenTypes {
011        int EOF = 1;
012        int NULL_TREE_LOOKAHEAD = 3;
013        int ROOT = 4;
014        int CHECK = 5;
015        int VALUE = 6;
016        int ALL = 7;
017        int FIELD = 8;
018        int LENGTH = 9;
019        int ARRAY = 10;
020        int IMMUTABLE = 11;
021        int MAP = 12;
022        int PROTOTYPE = 13;
023        int OPTIONS = 14;
024        int MIN = 15;
025        int MAX = 16;
026        int OPTION_BLOCK = 17;
027        int SEMI = 18;
028        int IDENT = 19;
029        int ANON = 20;
030        int COLON = 21;
031        int TYPEREF = 22;
032        int LBRACK = 23;
033        int RBRACK = 24;
034        int CHAR_LITERAL = 25;
035        int STAR = 26;
036        int STRING_LITERAL = 27;
037        int BANG = 28;
038        int LPAREN = 29;
039        int RPAREN = 30;
040        int LCURLY = 31;
041        int COMMA = 32;
042        int RCURLY = 33;
043        int NUMBER = 34;
044        int RANGE = 35;
045        int ASSIGN = 36;
046        int WS = 37;
047        int SL_COMMENT = 38;
048        int ML_COMMENT = 39;
049        int NL = 40;
050        int PTIDENT = 41;
051        int CHAR_BODY = 42;
052        int STRING_BODY = 43;
053        int ESC = 44;
054        int UNICODE = 45;
055        int OCTAL = 46;
056        int HEX_DIGIT = 47;
057}