X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fparser%2FDataParserConstants.java;h=bb5882ab51d95ab829cb3fb79c528e3963f2a7de;hp=f8480eefe38af120f80cfed6b450858c08a8fde6;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/DataParserConstants.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/DataParserConstants.java index f8480eefe..bb5882ab5 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/DataParserConstants.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/parser/DataParserConstants.java @@ -1,76 +1,76 @@ -/* 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\"", - "", - "", - "", - "", - "", - "", - "", - "\"-\"", - }; - -} +/* 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\"", + "", + "", + "", + "", + "", + "", + "", + "\"-\"", + }; + +}