/* Generated By:JavaCC: Do not edit this line. SheetFormulaParserConstants.java */ package org.simantics.spreadsheet.graph.parser; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface SheetFormulaParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int WHITESPACE = 1; /** RegularExpression Id. */ int COMMENT1 = 2; /** RegularExpression Id. */ int COMMENT2 = 3; /** RegularExpression Id. */ int LETTER = 30; /** RegularExpression Id. */ int ALPHANUM = 31; /** RegularExpression Id. */ int STRING = 32; /** RegularExpression Id. */ int SHEET_NAME = 33; /** RegularExpression Id. */ int LONG_STRING = 34; /** RegularExpression Id. */ int CELL_SINGLE = 35; /** RegularExpression Id. */ int CELL_RANGE_PART = 36; /** RegularExpression Id. */ int CELL_RANGE = 37; /** RegularExpression Id. */ int IDENT = 38; /** RegularExpression Id. */ int POSITIVE_INTEGER = 39; /** RegularExpression Id. */ int FLOAT = 40; /** RegularExpression Id. */ int INTEGER = 41; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "", "", "", "\";\"", "\"(\"", "\")\"", "\"?\"", "\"[\"", "\"]\"", "\"{\"", "\"}\"", "\"|\"", "\"&\"", "\"+\"", "\"*\"", "\"/\"", "\"^\"", "\",\"", "\"..\"", "\".\"", "\"=\"", "\"<\"", "\">\"", "\"<>\"", "\"true\"", "\"false\"", "\"null\"", "\"TRUE\"", "\"FALSE\"", "", "", "", "", "", "", "", "", "", "", "", "", "\"!\"", "\"#REF!\"", "\"<=\"", "\">=\"", "\"-\"", }; }