Source Code Cross Referenced for GroovyTokenTypes.java in  » Scripting » groovy-1.0 » org » codehaus » groovy » antlr » parser » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Scripting » groovy 1.0 » org.codehaus.groovy.antlr.parser 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        // $ANTLR 2.7.2: "groovy.g" -> "GroovyRecognizer.java"$
002:
003:        package org.codehaus.groovy.antlr.parser;
004:
005:        import org.codehaus.groovy.antlr.*;
006:        import java.util.*;
007:        import java.io.InputStream;
008:        import java.io.Reader;
009:        import antlr.InputBuffer;
010:        import antlr.LexerSharedInputState;
011:
012:        public interface GroovyTokenTypes {
013:            int EOF = 1;
014:            int NULL_TREE_LOOKAHEAD = 3;
015:            int BLOCK = 4;
016:            int MODIFIERS = 5;
017:            int OBJBLOCK = 6;
018:            int SLIST = 7;
019:            int METHOD_DEF = 8;
020:            int VARIABLE_DEF = 9;
021:            int INSTANCE_INIT = 10;
022:            int STATIC_INIT = 11;
023:            int TYPE = 12;
024:            int CLASS_DEF = 13;
025:            int INTERFACE_DEF = 14;
026:            int PACKAGE_DEF = 15;
027:            int ARRAY_DECLARATOR = 16;
028:            int EXTENDS_CLAUSE = 17;
029:            int IMPLEMENTS_CLAUSE = 18;
030:            int PARAMETERS = 19;
031:            int PARAMETER_DEF = 20;
032:            int LABELED_STAT = 21;
033:            int TYPECAST = 22;
034:            int INDEX_OP = 23;
035:            int POST_INC = 24;
036:            int POST_DEC = 25;
037:            int METHOD_CALL = 26;
038:            int EXPR = 27;
039:            int IMPORT = 28;
040:            int UNARY_MINUS = 29;
041:            int UNARY_PLUS = 30;
042:            int CASE_GROUP = 31;
043:            int ELIST = 32;
044:            int FOR_INIT = 33;
045:            int FOR_CONDITION = 34;
046:            int FOR_ITERATOR = 35;
047:            int EMPTY_STAT = 36;
048:            int FINAL = 37;
049:            int ABSTRACT = 38;
050:            int UNUSED_GOTO = 39;
051:            int UNUSED_CONST = 40;
052:            int UNUSED_DO = 41;
053:            int STRICTFP = 42;
054:            int SUPER_CTOR_CALL = 43;
055:            int CTOR_CALL = 44;
056:            int CTOR_IDENT = 45;
057:            int VARIABLE_PARAMETER_DEF = 46;
058:            int STRING_CONSTRUCTOR = 47;
059:            int STRING_CTOR_MIDDLE = 48;
060:            int CLOSABLE_BLOCK = 49;
061:            int IMPLICIT_PARAMETERS = 50;
062:            int SELECT_SLOT = 51;
063:            int DYNAMIC_MEMBER = 52;
064:            int LABELED_ARG = 53;
065:            int SPREAD_ARG = 54;
066:            int SPREAD_MAP_ARG = 55;
067:            int SCOPE_ESCAPE = 56;
068:            int LIST_CONSTRUCTOR = 57;
069:            int MAP_CONSTRUCTOR = 58;
070:            int FOR_IN_ITERABLE = 59;
071:            int STATIC_IMPORT = 60;
072:            int ENUM_DEF = 61;
073:            int ENUM_CONSTANT_DEF = 62;
074:            int FOR_EACH_CLAUSE = 63;
075:            int ANNOTATION_DEF = 64;
076:            int ANNOTATIONS = 65;
077:            int ANNOTATION = 66;
078:            int ANNOTATION_MEMBER_VALUE_PAIR = 67;
079:            int ANNOTATION_FIELD_DEF = 68;
080:            int ANNOTATION_ARRAY_INIT = 69;
081:            int TYPE_ARGUMENTS = 70;
082:            int TYPE_ARGUMENT = 71;
083:            int TYPE_PARAMETERS = 72;
084:            int TYPE_PARAMETER = 73;
085:            int WILDCARD_TYPE = 74;
086:            int TYPE_UPPER_BOUNDS = 75;
087:            int TYPE_LOWER_BOUNDS = 76;
088:            int SH_COMMENT = 77;
089:            int LITERAL_package = 78;
090:            int LITERAL_import = 79;
091:            int LITERAL_static = 80;
092:            int LITERAL_def = 81;
093:            int AT = 82;
094:            int IDENT = 83;
095:            int LBRACK = 84;
096:            int RBRACK = 85;
097:            int DOT = 86;
098:            int LPAREN = 87;
099:            int LITERAL_class = 88;
100:            int LITERAL_interface = 89;
101:            int LITERAL_enum = 90;
102:            int QUESTION = 91;
103:            int LITERAL_extends = 92;
104:            int LITERAL_super  = 93;
105:            int LT = 94;
106:            int COMMA = 95;
107:            int GT = 96;
108:            int SR = 97;
109:            int BSR = 98;
110:            int LITERAL_void = 99;
111:            int LITERAL_boolean = 100;
112:            int LITERAL_byte = 101;
113:            int LITERAL_char = 102;
114:            int LITERAL_short = 103;
115:            int LITERAL_int = 104;
116:            int LITERAL_float = 105;
117:            int LITERAL_long = 106;
118:            int LITERAL_double = 107;
119:            int LITERAL_any = 108;
120:            int STAR = 109;
121:            int LITERAL_as = 110;
122:            int LITERAL_private = 111;
123:            int LITERAL_public = 112;
124:            int LITERAL_protected = 113;
125:            int LITERAL_transient = 114;
126:            int LITERAL_native = 115;
127:            int LITERAL_threadsafe = 116;
128:            int LITERAL_synchronized = 117;
129:            int LITERAL_volatile = 118;
130:            int RPAREN = 119;
131:            int ASSIGN = 120;
132:            int BAND = 121;
133:            int LCURLY = 122;
134:            int RCURLY = 123;
135:            int SEMI = 124;
136:            int NLS = 125;
137:            int LITERAL_default = 126;
138:            int LITERAL_throws = 127;
139:            int LITERAL_implements  = 128;
140:            int LITERAL_this  = 129;
141:            int STRING_LITERAL = 130;
142:            int TRIPLE_DOT = 131;
143:            int CLOSABLE_BLOCK_OP = 132;
144:            int COLON = 133;
145:            int LITERAL_if = 134;
146:            int LITERAL_else = 135;
147:            int LITERAL_while = 136;
148:            int LITERAL_with = 137;
149:            int LITERAL_switch = 138;
150:            int LITERAL_for = 139;
151:            int LITERAL_in = 140;
152:            int LITERAL_return = 141;
153:            int LITERAL_break = 142;
154:            int LITERAL_continue = 143;
155:            int LITERAL_throw = 144;
156:            int LITERAL_assert = 145;
157:            int PLUS = 146;
158:            int MINUS = 147;
159:            int LITERAL_case = 148;
160:            int LITERAL_try = 149;
161:            int LITERAL_finally = 150;
162:            int LITERAL_catch = 151;
163:            int SPREAD_DOT = 152;
164:            int OPTIONAL_DOT = 153;
165:            int MEMBER_POINTER = 154;
166:            int PLUS_ASSIGN = 155;
167:            int MINUS_ASSIGN = 156;
168:            int STAR_ASSIGN = 157;
169:            int DIV_ASSIGN = 158;
170:            int MOD_ASSIGN = 159;
171:            int SR_ASSIGN = 160;
172:            int BSR_ASSIGN = 161;
173:            int SL_ASSIGN = 162;
174:            int BAND_ASSIGN = 163;
175:            int BXOR_ASSIGN = 164;
176:            int BOR_ASSIGN = 165;
177:            int STAR_STAR_ASSIGN = 166;
178:            int LOR = 167;
179:            int LAND = 168;
180:            int BOR = 169;
181:            int BXOR = 170;
182:            int REGEX_FIND = 171;
183:            int REGEX_MATCH = 172;
184:            int NOT_EQUAL = 173;
185:            int EQUAL = 174;
186:            int COMPARE_TO = 175;
187:            int LE = 176;
188:            int GE = 177;
189:            int LITERAL_instanceof  = 178;
190:            int SL = 179;
191:            int RANGE_INCLUSIVE = 180;
192:            int RANGE_EXCLUSIVE = 181;
193:            int INC = 182;
194:            int DIV = 183;
195:            int MOD = 184;
196:            int DEC = 185;
197:            int STAR_STAR = 186;
198:            int BNOT = 187;
199:            int LNOT = 188;
200:            int DOLLAR = 189;
201:            int STRING_CTOR_START = 190;
202:            int STRING_CTOR_END = 191;
203:            int LITERAL_new = 192;
204:            int LITERAL_true = 193;
205:            int LITERAL_false = 194;
206:            int LITERAL_null = 195;
207:            int NUM_INT = 196;
208:            int NUM_FLOAT = 197;
209:            int NUM_LONG = 198;
210:            int NUM_DOUBLE = 199;
211:            int NUM_BIG_INT = 200;
212:            int NUM_BIG_DECIMAL = 201;
213:            int WS = 202;
214:            int ONE_NL = 203;
215:            int SL_COMMENT = 204;
216:            int ML_COMMENT = 205;
217:            int STRING_CH = 206;
218:            int REGEXP_LITERAL = 207;
219:            int REGEXP_CTOR_END = 208;
220:            int REGEXP_SYMBOL = 209;
221:            int ESC = 210;
222:            int STRING_NL = 211;
223:            int HEX_DIGIT = 212;
224:            int VOCAB = 213;
225:            int LETTER = 214;
226:            int DIGIT = 215;
227:            int EXPONENT = 216;
228:            int FLOAT_SUFFIX = 217;
229:            int BIG_SUFFIX = 218;
230:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.