All Downloads are FREE. Search and download functionalities are using the official Maven repository.

persistence.antlr.ANTLRTokdefParserTokenTypes Maven / Gradle / Ivy

There is a newer version: 2.1-60f
Show newest version
// $ANTLR : "tokdef.g" -> "ANTLRTokdefParser.java"$
 package persistence.antlr; 
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy