ANTLRTokdefParserTokenTypes.java
上传用户:afrynkmhm
上传日期:2007-01-06
资源大小:1262k
文件大小:0k
源码类别:
编译器/解释器
开发平台:
Others
- package antlr;
- /*
- * ANTLR-generated file resulting from grammar tokdef.g
- *
- * Terence Parr, MageLang Institute
- * ANTLR Version 2.7.0a2; 1989-1999
- */
- public interface ANTLRTokdefParserTokenTypes {
- int EOF = 1;
- int NULL_TREE_LOOKAHEAD = 3;
- int ID = 4;
- int STRING = 5;
- int ASSIGN = 6;
- int LPAREN = 7;
- int RPAREN = 8;
- int INT = 9;
- int WS = 10;
- int SL_COMMENT = 11;
- int ML_COMMENT = 12;
- int ESC = 13;
- int DIGIT = 14;
- int XDIGIT = 15;
- int VOCAB = 16;
- }