]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/node/AUnaryminusUnary.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.basicexpression / src / org / simantics / basicexpression / node / AUnaryminusUnary.java
index 70c661048239cdebfb0ed25ea2a33b366a0b8455..944bb85f4d5a05595b4af88376e93094f73c62cd 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 AUnaryminusUnary extends PUnary\r
-{\r
-    private TMinus _minus_;\r
-    private PUnary _unary_;\r
-\r
-    public AUnaryminusUnary()\r
-    {\r
-        // Constructor\r
-    }\r
-\r
-    public AUnaryminusUnary(\r
-        @SuppressWarnings("hiding") TMinus _minus_,\r
-        @SuppressWarnings("hiding") PUnary _unary_)\r
-    {\r
-        // Constructor\r
-        setMinus(_minus_);\r
-\r
-        setUnary(_unary_);\r
-\r
-    }\r
-\r
-    @Override\r
-    public Object clone()\r
-    {\r
-        return new AUnaryminusUnary(\r
-            cloneNode(this._minus_),\r
-            cloneNode(this._unary_));\r
-    }\r
-\r
-    public void apply(Switch sw)\r
-    {\r
-        ((Analysis) sw).caseAUnaryminusUnary(this);\r
-    }\r
-\r
-    public TMinus getMinus()\r
-    {\r
-        return this._minus_;\r
-    }\r
-\r
-    public void setMinus(TMinus node)\r
-    {\r
-        if(this._minus_ != null)\r
-        {\r
-            this._minus_.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._minus_ = 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._minus_)\r
-            + toString(this._unary_);\r
-    }\r
-\r
-    @Override\r
-    void removeChild(@SuppressWarnings("unused") Node child)\r
-    {\r
-        // Remove child\r
-        if(this._minus_ == child)\r
-        {\r
-            this._minus_ = 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._minus_ == oldChild)\r
-        {\r
-            setMinus((TMinus) 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 AUnaryminusUnary extends PUnary
+{
+    private TMinus _minus_;
+    private PUnary _unary_;
+
+    public AUnaryminusUnary()
+    {
+        // Constructor
+    }
+
+    public AUnaryminusUnary(
+        @SuppressWarnings("hiding") TMinus _minus_,
+        @SuppressWarnings("hiding") PUnary _unary_)
+    {
+        // Constructor
+        setMinus(_minus_);
+
+        setUnary(_unary_);
+
+    }
+
+    @Override
+    public Object clone()
+    {
+        return new AUnaryminusUnary(
+            cloneNode(this._minus_),
+            cloneNode(this._unary_));
+    }
+
+    public void apply(Switch sw)
+    {
+        ((Analysis) sw).caseAUnaryminusUnary(this);
+    }
+
+    public TMinus getMinus()
+    {
+        return this._minus_;
+    }
+
+    public void setMinus(TMinus node)
+    {
+        if(this._minus_ != null)
+        {
+            this._minus_.parent(null);
+        }
+
+        if(node != null)
+        {
+            if(node.parent() != null)
+            {
+                node.parent().removeChild(node);
+            }
+
+            node.parent(this);
+        }
+
+        this._minus_ = 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._minus_)
+            + toString(this._unary_);
+    }
+
+    @Override
+    void removeChild(@SuppressWarnings("unused") Node child)
+    {
+        // Remove child
+        if(this._minus_ == child)
+        {
+            this._minus_ = 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._minus_ == oldChild)
+        {
+            setMinus((TMinus) newChild);
+            return;
+        }
+
+        if(this._unary_ == oldChild)
+        {
+            setUnary((PUnary) newChild);
+            return;
+        }
+
+        throw new RuntimeException("Not a child.");
+    }
+}