Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / IR / Tree / CreateObjectNode.java
index ebe23e7a63370b808b850d4ae91ea513a5446c32..a8e0b7b74898d1eb55cc58d1349892c6b52d0652 100644 (file)
@@ -59,11 +59,11 @@ public class CreateObjectNode extends ExpressionNode {
   public ExpressionNode getArg(int i) {
     return (ExpressionNode) argumentlist.get(i);
   }
-  
+
   public void addArrayInitializer(ArrayInitializerNode ain) {
-   this.ain = ain; 
+    this.ain = ain;
   }
-  
+
   public ArrayInitializerNode getArrayInitializer() {
     return this.ain;
   }
@@ -100,7 +100,7 @@ public class CreateObjectNode extends ExpressionNode {
   public int kind() {
     return Kind.CreateObjectNode;
   }
-  
+
   public Long evaluate() {
     eval = null;
     return eval; //null;