]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/expression/node/TMult.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / expression / node / TMult.java
index c4c7d6ba66231b06308cfd32434f5f0d1314e9d4..2b5817906d35731826c651c79967c1a219dbf7d8 100644 (file)
@@ -1,49 +1,49 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-/* This file was generated by SableCC (http://www.sablecc.org/). */\r
-\r
-package org.simantics.spreadsheet.common.expression.node;\r
-\r
-import org.simantics.spreadsheet.common.expression.analysis.*;\r
-\r
-@SuppressWarnings("nls")\r
-public final class TMult extends Token\r
-{\r
-    public TMult()\r
-    {\r
-        super.setText("*");\r
-    }\r
-\r
-    public TMult(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 TMult(getLine(), getPos());\r
-    }\r
-\r
-    public void apply(Switch sw)\r
-    {\r
-        ((Analysis) sw).caseTMult(this);\r
-    }\r
-\r
-    @Override\r
-    public void setText(@SuppressWarnings("unused") String text)\r
-    {\r
-        throw new RuntimeException("Cannot change TMult text.");\r
-    }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+/* This file was generated by SableCC (http://www.sablecc.org/). */
+
+package org.simantics.spreadsheet.common.expression.node;
+
+import org.simantics.spreadsheet.common.expression.analysis.*;
+
+@SuppressWarnings("nls")
+public final class TMult extends Token
+{
+    public TMult()
+    {
+        super.setText("*");
+    }
+
+    public TMult(int line, int pos)
+    {
+        super.setText("*");
+        setLine(line);
+        setPos(pos);
+    }
+
+    @Override
+    public Object clone()
+    {
+      return new TMult(getLine(), getPos());
+    }
+
+    public void apply(Switch sw)
+    {
+        ((Analysis) sw).caseTMult(this);
+    }
+
+    @Override
+    public void setText(@SuppressWarnings("unused") String text)
+    {
+        throw new RuntimeException("Cannot change TMult text.");
+    }
+}