]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/expression/node/AAddressValue.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / expression / node / AAddressValue.java
index 30067a377757087e6b77013435370e4f61430e57..09a95ce23d9334672056f2379deba311e8e85b3c 100644 (file)
-/*******************************************************************************\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 AAddressValue extends PValue\r
-{\r
-    private TAmpersand _ampersand_;\r
-    private PRange _range_;\r
-\r
-    public AAddressValue()\r
-    {\r
-        // Constructor\r
-    }\r
-\r
-    public AAddressValue(\r
-        @SuppressWarnings("hiding") TAmpersand _ampersand_,\r
-        @SuppressWarnings("hiding") PRange _range_)\r
-    {\r
-        // Constructor\r
-        setAmpersand(_ampersand_);\r
-\r
-        setRange(_range_);\r
-\r
-    }\r
-\r
-    @Override\r
-    public Object clone()\r
-    {\r
-        return new AAddressValue(\r
-            cloneNode(this._ampersand_),\r
-            cloneNode(this._range_));\r
-    }\r
-\r
-    public void apply(Switch sw)\r
-    {\r
-        ((Analysis) sw).caseAAddressValue(this);\r
-    }\r
-\r
-    public TAmpersand getAmpersand()\r
-    {\r
-        return this._ampersand_;\r
-    }\r
-\r
-    public void setAmpersand(TAmpersand node)\r
-    {\r
-        if(this._ampersand_ != null)\r
-        {\r
-            this._ampersand_.parent(null);\r
-        }\r
-\r
-        if(node != null)\r
-        {\r
-            if(node.parent() != null)\r
-            {\r
-                node.parent().removeChild(node);\r
-            }\r
-\r
-            node.parent(this);\r
-        }\r
-\r
-        this._ampersand_ = node;\r
-    }\r
-\r
-    public PRange getRange()\r
-    {\r
-        return this._range_;\r
-    }\r
-\r
-    public void setRange(PRange node)\r
-    {\r
-        if(this._range_ != null)\r
-        {\r
-            this._range_.parent(null);\r
-        }\r
-\r
-        if(node != null)\r
-        {\r
-            if(node.parent() != null)\r
-            {\r
-                node.parent().removeChild(node);\r
-            }\r
-\r
-            node.parent(this);\r
-        }\r
-\r
-        this._range_ = node;\r
-    }\r
-\r
-    @Override\r
-    public String toString()\r
-    {\r
-        return ""\r
-            + toString(this._ampersand_)\r
-            + toString(this._range_);\r
-    }\r
-\r
-    @Override\r
-    void removeChild(@SuppressWarnings("unused") Node child)\r
-    {\r
-        // Remove child\r
-        if(this._ampersand_ == child)\r
-        {\r
-            this._ampersand_ = null;\r
-            return;\r
-        }\r
-\r
-        if(this._range_ == child)\r
-        {\r
-            this._range_ = null;\r
-            return;\r
-        }\r
-\r
-        throw new RuntimeException("Not a child.");\r
-    }\r
-\r
-    @Override\r
-    void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild)\r
-    {\r
-        // Replace child\r
-        if(this._ampersand_ == oldChild)\r
-        {\r
-            setAmpersand((TAmpersand) newChild);\r
-            return;\r
-        }\r
-\r
-        if(this._range_ == oldChild)\r
-        {\r
-            setRange((PRange) newChild);\r
-            return;\r
-        }\r
-\r
-        throw new RuntimeException("Not a child.");\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 AAddressValue extends PValue
+{
+    private TAmpersand _ampersand_;
+    private PRange _range_;
+
+    public AAddressValue()
+    {
+        // Constructor
+    }
+
+    public AAddressValue(
+        @SuppressWarnings("hiding") TAmpersand _ampersand_,
+        @SuppressWarnings("hiding") PRange _range_)
+    {
+        // Constructor
+        setAmpersand(_ampersand_);
+
+        setRange(_range_);
+
+    }
+
+    @Override
+    public Object clone()
+    {
+        return new AAddressValue(
+            cloneNode(this._ampersand_),
+            cloneNode(this._range_));
+    }
+
+    public void apply(Switch sw)
+    {
+        ((Analysis) sw).caseAAddressValue(this);
+    }
+
+    public TAmpersand getAmpersand()
+    {
+        return this._ampersand_;
+    }
+
+    public void setAmpersand(TAmpersand node)
+    {
+        if(this._ampersand_ != null)
+        {
+            this._ampersand_.parent(null);
+        }
+
+        if(node != null)
+        {
+            if(node.parent() != null)
+            {
+                node.parent().removeChild(node);
+            }
+
+            node.parent(this);
+        }
+
+        this._ampersand_ = node;
+    }
+
+    public PRange getRange()
+    {
+        return this._range_;
+    }
+
+    public void setRange(PRange node)
+    {
+        if(this._range_ != null)
+        {
+            this._range_.parent(null);
+        }
+
+        if(node != null)
+        {
+            if(node.parent() != null)
+            {
+                node.parent().removeChild(node);
+            }
+
+            node.parent(this);
+        }
+
+        this._range_ = node;
+    }
+
+    @Override
+    public String toString()
+    {
+        return ""
+            + toString(this._ampersand_)
+            + toString(this._range_);
+    }
+
+    @Override
+    void removeChild(@SuppressWarnings("unused") Node child)
+    {
+        // Remove child
+        if(this._ampersand_ == child)
+        {
+            this._ampersand_ = null;
+            return;
+        }
+
+        if(this._range_ == child)
+        {
+            this._range_ = null;
+            return;
+        }
+
+        throw new RuntimeException("Not a child.");
+    }
+
+    @Override
+    void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild)
+    {
+        // Replace child
+        if(this._ampersand_ == oldChild)
+        {
+            setAmpersand((TAmpersand) newChild);
+            return;
+        }
+
+        if(this._range_ == oldChild)
+        {
+            setRange((PRange) newChild);
+            return;
+        }
+
+        throw new RuntimeException("Not a child.");
+    }
+}