javacc-7.0.1.test.tmp.CORBA-IDL.IDLParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
/* Generated By:JavaCC: Do not edit this line. IDLParserConstants.java */
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface IDLParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int ID = 65;
/** RegularExpression Id. */
int OCTALINT = 66;
/** RegularExpression Id. */
int DECIMALINT = 67;
/** RegularExpression Id. */
int HEXADECIMALINT = 68;
/** RegularExpression Id. */
int FLOATONE = 69;
/** RegularExpression Id. */
int FLOATTWO = 70;
/** RegularExpression Id. */
int CHARACTER = 71;
/** RegularExpression Id. */
int STRING = 72;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"",
"",
"",
"\";\"",
"\"module\"",
"\"{\"",
"\"}\"",
"\"interface\"",
"\":\"",
"\",\"",
"\"::\"",
"\"const\"",
"\"=\"",
"\"|\"",
"\"^\"",
"\"&\"",
"\">>\"",
"\"<<\"",
"\"+\"",
"\"-\"",
"\"*\"",
"\"/\"",
"\"%\"",
"\"~\"",
"\"(\"",
"\")\"",
"\"TRUE\"",
"\"FALSE\"",
"\"typedef\"",
"\"float\"",
"\"double\"",
"\"long\"",
"\"short\"",
"\"unsigned\"",
"\"char\"",
"\"boolean\"",
"\"octet\"",
"\"any\"",
"\"struct\"",
"\"union\"",
"\"switch\"",
"\"case\"",
"\"default\"",
"\"enum\"",
"\"sequence\"",
"\"<\"",
"\">\"",
"\"string\"",
"\"[\"",
"\"]\"",
"\"readonly\"",
"\"attribute\"",
"\"exception\"",
"\"oneway\"",
"\"void\"",
"\"in\"",
"\"out\"",
"\"inout\"",
"\"raises\"",
"\"context\"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}