www.pudn.com > antlr-2_7_0.zip > ANTLRTokdefParserTokenTypes.java
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;
}