ANTLRTokdefParserTokenTypes.java
上传用户:afrynkmhm
上传日期:2007-01-06
资源大小:1262k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

Others

  1. package antlr;
  2. /*
  3.  * ANTLR-generated file resulting from grammar tokdef.g
  4.  * 
  5.  * Terence Parr, MageLang Institute
  6.  * ANTLR Version 2.7.0a2; 1989-1999
  7.  */
  8.  public interface ANTLRTokdefParserTokenTypes {
  9. int EOF = 1;
  10. int NULL_TREE_LOOKAHEAD = 3;
  11. int ID = 4;
  12. int STRING = 5;
  13. int ASSIGN = 6;
  14. int LPAREN = 7;
  15. int RPAREN = 8;
  16. int INT = 9;
  17. int WS = 10;
  18. int SL_COMMENT = 11;
  19. int ML_COMMENT = 12;
  20. int ESC = 13;
  21. int DIGIT = 14;
  22. int XDIGIT = 15;
  23. int VOCAB = 16;
  24. }