]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/node/TPlus.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.basicexpression / src / org / simantics / basicexpression / node / TPlus.java
index 22ef4f16fd65f70e7201c0bae19a8bca65e47346..aa590ef391299bdf1605d185e7df7657659a2116 100644 (file)
@@ -1,38 +1,38 @@
-/* This file was generated by SableCC (http://www.sablecc.org/). */\r
-\r
-package org.simantics.basicexpression.node;\r
-\r
-import org.simantics.basicexpression.analysis.*;\r
-\r
-@SuppressWarnings("nls")\r
-public final class TPlus extends Token\r
-{\r
-    public TPlus()\r
-    {\r
-        super.setText("+");\r
-    }\r
-\r
-    public TPlus(int line, int pos)\r
-    {\r
-        super.setText("+");\r
-        setLine(line);\r
-        setPos(pos);\r
-    }\r
-\r
-    @Override\r
-    public Object clone()\r
-    {\r
-      return new TPlus(getLine(), getPos());\r
-    }\r
-\r
-    public void apply(Switch sw)\r
-    {\r
-        ((Analysis) sw).caseTPlus(this);\r
-    }\r
-\r
-    @Override\r
-    public void setText(@SuppressWarnings("unused") String text)\r
-    {\r
-        throw new RuntimeException("Cannot change TPlus text.");\r
-    }\r
-}\r
+/* This file was generated by SableCC (http://www.sablecc.org/). */
+
+package org.simantics.basicexpression.node;
+
+import org.simantics.basicexpression.analysis.*;
+
+@SuppressWarnings("nls")
+public final class TPlus extends Token
+{
+    public TPlus()
+    {
+        super.setText("+");
+    }
+
+    public TPlus(int line, int pos)
+    {
+        super.setText("+");
+        setLine(line);
+        setPos(pos);
+    }
+
+    @Override
+    public Object clone()
+    {
+      return new TPlus(getLine(), getPos());
+    }
+
+    public void apply(Switch sw)
+    {
+        ((Analysis) sw).caseTPlus(this);
+    }
+
+    @Override
+    public void setText(@SuppressWarnings("unused") String text)
+    {
+        throw new RuntimeException("Cannot change TPlus text.");
+    }
+}