changes: building field/method hierarchy graph + inserting combination nodes at the...
[IRC.git] / Robust / src / Analysis / SSJava / NodeTupleSet.java
index 805a210d38d610aa99fe82ffda1584180400d1df..62c313b7856f0f5c5f79a3970e9f43a53bb10d7d 100644 (file)
@@ -58,4 +58,8 @@ public class NodeTupleSet {
   public int size() {
     return list.size();
   }
+
+  public void clear() {
+    list.clear();
+  }
 }