]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/node/AUnaryplusUnary.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.basicexpression / src / org / simantics / basicexpression / node / AUnaryplusUnary.java
index 1cbe250b5218084621397e3a28ea20b78cf7af51..e1245639543b0fd990e926a22ac956c998427eac 100644 (file)
-/* 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 AUnaryplusUnary extends PUnary\r
-{\r
-    private TPlus _plus_;\r
-    private PUnary _unary_;\r
-\r
-    public AUnaryplusUnary()\r
-    {\r
-        // Constructor\r
-    }\r
-\r
-    public AUnaryplusUnary(\r
-        @SuppressWarnings("hiding") TPlus _plus_,\r
-        @SuppressWarnings("hiding") PUnary _unary_)\r
-    {\r
-        // Constructor\r
-        setPlus(_plus_);\r
-\r
-        setUnary(_unary_);\r
-\r
-    }\r
-\r
-    @Override\r
-    public Object clone()\r
-    {\r
-        return new AUnaryplusUnary(\r
-            cloneNode(this._plus_),\r
-            cloneNode(this._unary_));\r
-    }\r
-\r
-    public void apply(Switch sw)\r
-    {\r
-        ((Analysis) sw).caseAUnaryplusUnary(this);\r
-    }\r
-\r
-    public TPlus getPlus()\r
-    {\r
-        return this._plus_;\r
-    }\r
-\r
-    public void setPlus(TPlus node)\r
-    {\r
-        if(this._plus_ != null)\r
-        {\r
-            this._plus_.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._plus_ = node;\r
-    }\r
-\r
-    public PUnary getUnary()\r
-    {\r
-        return this._unary_;\r
-    }\r
-\r
-    public void setUnary(PUnary node)\r
-    {\r
-        if(this._unary_ != null)\r
-        {\r
-            this._unary_.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._unary_ = node;\r
-    }\r
-\r
-    @Override\r
-    public String toString()\r
-    {\r
-        return ""\r
-            + toString(this._plus_)\r
-            + toString(this._unary_);\r
-    }\r
-\r
-    @Override\r
-    void removeChild(@SuppressWarnings("unused") Node child)\r
-    {\r
-        // Remove child\r
-        if(this._plus_ == child)\r
-        {\r
-            this._plus_ = null;\r
-            return;\r
-        }\r
-\r
-        if(this._unary_ == child)\r
-        {\r
-            this._unary_ = 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._plus_ == oldChild)\r
-        {\r
-            setPlus((TPlus) newChild);\r
-            return;\r
-        }\r
-\r
-        if(this._unary_ == oldChild)\r
-        {\r
-            setUnary((PUnary) newChild);\r
-            return;\r
-        }\r
-\r
-        throw new RuntimeException("Not a child.");\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 AUnaryplusUnary extends PUnary
+{
+    private TPlus _plus_;
+    private PUnary _unary_;
+
+    public AUnaryplusUnary()
+    {
+        // Constructor
+    }
+
+    public AUnaryplusUnary(
+        @SuppressWarnings("hiding") TPlus _plus_,
+        @SuppressWarnings("hiding") PUnary _unary_)
+    {
+        // Constructor
+        setPlus(_plus_);
+
+        setUnary(_unary_);
+
+    }
+
+    @Override
+    public Object clone()
+    {
+        return new AUnaryplusUnary(
+            cloneNode(this._plus_),
+            cloneNode(this._unary_));
+    }
+
+    public void apply(Switch sw)
+    {
+        ((Analysis) sw).caseAUnaryplusUnary(this);
+    }
+
+    public TPlus getPlus()
+    {
+        return this._plus_;
+    }
+
+    public void setPlus(TPlus node)
+    {
+        if(this._plus_ != null)
+        {
+            this._plus_.parent(null);
+        }
+
+        if(node != null)
+        {
+            if(node.parent() != null)
+            {
+                node.parent().removeChild(node);
+            }
+
+            node.parent(this);
+        }
+
+        this._plus_ = node;
+    }
+
+    public PUnary getUnary()
+    {
+        return this._unary_;
+    }
+
+    public void setUnary(PUnary node)
+    {
+        if(this._unary_ != null)
+        {
+            this._unary_.parent(null);
+        }
+
+        if(node != null)
+        {
+            if(node.parent() != null)
+            {
+                node.parent().removeChild(node);
+            }
+
+            node.parent(this);
+        }
+
+        this._unary_ = node;
+    }
+
+    @Override
+    public String toString()
+    {
+        return ""
+            + toString(this._plus_)
+            + toString(this._unary_);
+    }
+
+    @Override
+    void removeChild(@SuppressWarnings("unused") Node child)
+    {
+        // Remove child
+        if(this._plus_ == child)
+        {
+            this._plus_ = null;
+            return;
+        }
+
+        if(this._unary_ == child)
+        {
+            this._unary_ = null;
+            return;
+        }
+
+        throw new RuntimeException("Not a child.");
+    }
+
+    @Override
+    void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild)
+    {
+        // Replace child
+        if(this._plus_ == oldChild)
+        {
+            setPlus((TPlus) newChild);
+            return;
+        }
+
+        if(this._unary_ == oldChild)
+        {
+            setUnary((PUnary) newChild);
+            return;
+        }
+
+        throw new RuntimeException("Not a child.");
+    }
+}