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

persistence.antlr.actions.cpp.ActionLexerTokenTypes Maven / Gradle / Ivy

There is a newer version: 2.1-60f
Show newest version
// $ANTLR : "action.g" -> "ActionLexer.java"$

	package persistence.antlr.actions.cpp;

public interface ActionLexerTokenTypes {
	int EOF = 1;
	int NULL_TREE_LOOKAHEAD = 3;
	int ACTION = 4;
	int STUFF = 5;
	int AST_ITEM = 6;
	int TEXT_ITEM = 7;
	int TREE = 8;
	int TREE_ELEMENT = 9;
	int AST_CONSTRUCTOR = 10;
	int AST_CTOR_ELEMENT = 11;
	int ID_ELEMENT = 12;
	int TEXT_ARG = 13;
	int TEXT_ARG_ELEMENT = 14;
	int TEXT_ARG_ID_ELEMENT = 15;
	int ARG = 16;
	int ID = 17;
	int VAR_ASSIGN = 18;
	int COMMENT = 19;
	int SL_COMMENT = 20;
	int ML_COMMENT = 21;
	int CHAR = 22;
	int STRING = 23;
	int ESC = 24;
	int DIGIT = 25;
	int INT = 26;
	int INT_OR_FLOAT = 27;
	int WS = 28;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy