]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/parser/DotParserConstants.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.graphviz / src / org / simantics / graphviz / internal / parser / DotParserConstants.java
diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/parser/DotParserConstants.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/internal/parser/DotParserConstants.java
new file mode 100644 (file)
index 0000000..887c551
--- /dev/null
@@ -0,0 +1,59 @@
+/* Generated By:JavaCC: Do not edit this line. DotParserConstants.java */\r
+package org.simantics.graphviz.internal.parser;\r
+\r
+\r
+/**\r
+ * Token literal values and constants.\r
+ * Generated by org.javacc.parser.OtherFilesGen#start()\r
+ */\r
+public interface DotParserConstants {\r
+\r
+  /** End of File. */\r
+  int EOF = 0;\r
+  /** RegularExpression Id. */\r
+  int WHITESPACE = 1;\r
+  /** RegularExpression Id. */\r
+  int COMMENT1 = 2;\r
+  /** RegularExpression Id. */\r
+  int COMMENT2 = 3;\r
+  /** RegularExpression Id. */\r
+  int STRING = 20;\r
+  /** RegularExpression Id. */\r
+  int HTML = 21;\r
+  /** RegularExpression Id. */\r
+  int IDENT = 22;\r
+  /** RegularExpression Id. */\r
+  int NUMBER = 23;\r
+\r
+  /** Lexical state. */\r
+  int DEFAULT = 0;\r
+\r
+  /** Literal token values. */\r
+  String[] tokenImage = {\r
+    "<EOF>",\r
+    "<WHITESPACE>",\r
+    "<COMMENT1>",\r
+    "<COMMENT2>",\r
+    "\"=\"",\r
+    "\"->\"",\r
+    "\"--\"",\r
+    "\":\"",\r
+    "\"{\"",\r
+    "\"}\"",\r
+    "\"[\"",\r
+    "\"]\"",\r
+    "\",\"",\r
+    "\"subgraph\"",\r
+    "\"digraph\"",\r
+    "\"graph\"",\r
+    "\"node\"",\r
+    "\"edge\"",\r
+    "\"strict\"",\r
+    "\";\"",\r
+    "<STRING>",\r
+    "<HTML>",\r
+    "<IDENT>",\r
+    "<NUMBER>",\r
+  };\r
+\r
+}\r