![JAR search and dependency download from the Maven repository](/logo.png)
org.apfloat.calc.CalculatorParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apfloat-calc Show documentation
Show all versions of apfloat-calc Show documentation
Interactive arbitrary precision calculator application
The newest version!
/* Generated By:JavaCC: Do not edit this line. CalculatorParserConstants.java */
package org.apfloat.calc;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface CalculatorParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int INTEGER = 3;
/** RegularExpression Id. */
int DECIMAL = 4;
/** RegularExpression Id. */
int DIGIT = 5;
/** RegularExpression Id. */
int IMAGINARY = 6;
/** RegularExpression Id. */
int IDENTIFIER = 7;
/** RegularExpression Id. */
int LETTER = 8;
/** RegularExpression Id. */
int DELIMITER = 9;
/** RegularExpression Id. */
int EOL = 10;
/** RegularExpression Id. */
int INVALID_CHAR = 29;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"",
"",
"",
"",
"",
"",
"",
"",
"\"=\"",
"\"+=\"",
"\"-=\"",
"\"*=\"",
"\"/=\"",
"\"%=\"",
"\"^=\"",
"\"+\"",
"\"-\"",
"\"*\"",
"\"/\"",
"\"%\"",
"\"^\"",
"\"!!\"",
"\"!\"",
"\"(\"",
"\")\"",
"\",\"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy