Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/port80/eclipse/util/antlr/AntlrUtil_Testdata1.java


1   // $ANTLR 2.7.2: "GnuCParser.g" -> "GnuCParser.java"$
2   
3     package com.port80.eclipse.util.antlr;
4   
5   public interface AntlrUtil_Testdata1 {
6     int EOF = 1;
7     int NULL_TREE_LOOKAHEAD = 3;
8     int LITERAL___alignof = 4;
9     int LITERAL_asm = 5;
10    int LITERAL___attribute = 6;
11    int LITERAL___complex = 7;
12    int LITERAL_const = 8;
13    int LITERAL___imag = 9;
14    int LITERAL_inline = 10;
15    int LITERAL___real = 11;
16    int LITERAL_signed = 12;
17    int LITERAL_typeof = 13;
18    int LITERAL_volatile = 14;
19    int LITERAL___builtin_va_list = 15;
20    int LITERAL___restrict = 16;
21    int LCURLY = 17;
22    int RCURLY = 18;
23    int SEMI = 19;
24    int ID = 20;
25    int COMMA = 21;
26    int LITERAL_typedef = 22;
27    int VARARGS = 23;
28    int LBRACKET = 24;
29    int RBRACKET = 25;
30    int ASSIGN = 26;
31    int COLON = 27;
32    int DOT = 28;
33    int LPAREN = 29;
34    int RPAREN = 30;
35    int LITERAL___label__ = 31;
36    int LITERAL_extern = 32;
37    int LITERAL_static = 33;
38    int LITERAL_void = 34;
39    int LITERAL_char = 35;
40    int LITERAL_short = 36;
41    int LITERAL_int = 37;
42    int LITERAL_long = 38;
43    int LITERAL_float = 39;
44    int LITERAL_double = 40;
45    int LITERAL_unsigned = 41;
46    int LITERAL_enum = 42;
47    int LITERAL___attribute__ = 43;
48    int LITERAL_auto = 44;
49    int LITERAL_while = 45;
50    int LITERAL_do = 46;
51    int LITERAL_for = 47;
52    int LITERAL_goto = 48;
53    int LITERAL_continue = 49;
54    int LITERAL_break = 50;
55    int LITERAL_return = 51;
56    int LITERAL_case = 52;
57    int LITERAL_default = 53;
58    int LITERAL_if = 54;
59    int LITERAL_else = 55;
60    int LITERAL_switch = 56;
61    int QUESTION = 57;
62    int INC = 58;
63    int DEC = 59;
64    int LITERAL_sizeof = 60;
65    int BAND = 61;
66    int STAR = 62;
67    int PLUS = 63;
68    int MINUS = 64;
69    int BNOT = 65;
70    int LNOT = 66;
71    int LAND = 67;
72    int Number = 68;
73    int INCLUDE_DIRECTIVE = 69;
74    int LITERAL_register = 70;
75    int LITERAL_struct = 71;
76    int LITERAL_union = 72;
77    int DIV_ASSIGN = 73;
78    int PLUS_ASSIGN = 74;
79    int MINUS_ASSIGN = 75;
80    int STAR_ASSIGN = 76;
81    int MOD_ASSIGN = 77;
82    int RSHIFT_ASSIGN = 78;
83    int LSHIFT_ASSIGN = 79;
84    int BAND_ASSIGN = 80;
85    int BOR_ASSIGN = 81;
86    int BXOR_ASSIGN = 82;
87    int LOR = 83;
88    int BOR = 84;
89    int BXOR = 85;
90    int EQUAL = 86;
91    int NOT_EQUAL = 87;
92    int LT = 88;
93    int LTE = 89;
94    int GT = 90;
95    int GTE = 91;
96    int LSHIFT = 92;
97    int RSHIFT = 93;
98    int DIV = 94;
99    int MOD = 95;
100   int PTR = 96;
101   int CharLiteral = 97;
102   int StringLiteral = 98;
103   int IntOctalConst = 99;
104   int LongOctalConst = 100;
105   int UnsignedOctalConst = 101;
106   int IntIntConst = 102;
107   int LongIntConst = 103;
108   int UnsignedIntConst = 104;
109   int IntHexConst = 105;
110   int LongHexConst = 106;
111   int UnsignedHexConst = 107;
112   int FloatDoubleConst = 108;
113   int DoubleDoubleConst = 109;
114   int LongDoubleConst = 110;
115   int NTypedefName = 111;
116   int NInitDecl = 112;
117   int NDeclarator = 113;
118   int NStructDeclarator = 114;
119   int NDeclaration = 115;
120   int NCast = 116;
121   int NPointerGroup = 117;
122   int NExpressionGroup = 118;
123   int NFunctionCallArgs = 119;
124   int NNonemptyAbstractDeclarator = 120;
125   int NInitializer = 121;
126   int NStatementExpr = 122;
127   int NEmptyExpression = 123;
128   int NParameterTypeList = 124;
129   int NFunctionDef = 125;
130   int NCompoundStatement = 126;
131   int NParameterDeclaration = 127;
132   int NCommaExpr = 128;
133   int NUnaryExpr = 129;
134   int NLabel = 130;
135   int NPostfixExpr = 131;
136   int NRangeExpr = 132;
137   int NStringSeq = 133;
138   int NInitializerElementLabel = 134;
139   int NLcurlyInitializer = 135;
140   int NAsmAttribute = 136;
141   int NGnuAsmExpr = 137;
142   int NTypeMissing = 138;
143   int LITERAL___extension__ = 139;
144   int Whitespace = 140;
145   int Escape = 141;
146   int IntSuffix = 142;
147   int NumberSuffix = 143;
148   int IDMEAT = 144;
149   int WideCharLiteral = 145;
150   int WideStringLiteral = 146;
151   int Vocabulary = 147;
152   int Comment = 148;
153   int CPPComment = 149;
154   int PREPROC_DIRECTIVE = 150;
155   int Space = 151;
156   int Line_Directive = 152;
157   int BadStringLiteral = 153;
158   int Digit = 154;
159   int LongSuffix = 155;
160   int UnsignedSuffix = 156;
161   int FloatSuffix = 157;
162   int Exponent = 158;
163 }