/* Generated By:JavaCC: Do not edit this line. DataParserConstants.java */ package org.simantics.databoard.parser; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface DataParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int WHITESPACE = 1; /** RegularExpression Id. */ int COMMENT1 = 2; /** RegularExpression Id. */ int COMMENT2 = 3; /** RegularExpression Id. */ int STRING = 27; /** RegularExpression Id. */ int LONG_STRING = 28; /** RegularExpression Id. */ int POSITIVE_INTEGER = 29; /** RegularExpression Id. */ int INTEGER = 30; /** RegularExpression Id. */ int FLOAT = 31; /** RegularExpression Id. */ int IDENT = 32; /** RegularExpression Id. */ int URI = 33; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "", "", "", "", "\";\"", "\"(\"", "\")\"", "\"?\"", "\"[\"", "\"]\"", "\"{\"", "\"}\"", "\"|\"", "\"&\"", "\":\"", "\",\"", "\"..\"", "\".\"", "\"=\"", "\"<\"", "\">\"", "\"type\"", "\"true\"", "\"false\"", "\"null\"", "\"map\"", "\"referable\"", "", "", "", "", "", "", "", "\"-\"", }; }