]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/parser/DotParserConstants.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / internal / parser / DotParserConstants.java
1 /* Generated By:JavaCC: Do not edit this line. DotParserConstants.java */
2 package org.simantics.graphviz.internal.parser;
3
4
5 /**
6  * Token literal values and constants.
7  * Generated by org.javacc.parser.OtherFilesGen#start()
8  */
9 public interface DotParserConstants {
10
11   /** End of File. */
12   int EOF = 0;
13   /** RegularExpression Id. */
14   int WHITESPACE = 1;
15   /** RegularExpression Id. */
16   int COMMENT1 = 2;
17   /** RegularExpression Id. */
18   int COMMENT2 = 3;
19   /** RegularExpression Id. */
20   int STRING = 20;
21   /** RegularExpression Id. */
22   int HTML = 21;
23   /** RegularExpression Id. */
24   int IDENT = 22;
25   /** RegularExpression Id. */
26   int NUMBER = 23;
27
28   /** Lexical state. */
29   int DEFAULT = 0;
30
31   /** Literal token values. */
32   String[] tokenImage = {
33     "<EOF>",
34     "<WHITESPACE>",
35     "<COMMENT1>",
36     "<COMMENT2>",
37     "\"=\"",
38     "\"->\"",
39     "\"--\"",
40     "\":\"",
41     "\"{\"",
42     "\"}\"",
43     "\"[\"",
44     "\"]\"",
45     "\",\"",
46     "\"subgraph\"",
47     "\"digraph\"",
48     "\"graph\"",
49     "\"node\"",
50     "\"edge\"",
51     "\"strict\"",
52     "\";\"",
53     "<STRING>",
54     "<HTML>",
55     "<IDENT>",
56     "<NUMBER>",
57   };
58
59 }