Improved search....Updated filesystem model. Added -aggressivesearch option.
[repair.git] / Repair / RepairCompiler / MCC / IR / Expr.java
index 655004b4190edebf9711979dbdbb6372dc8fb225..766ae20ebd4e02b7b9e7d240eddc942a9ed2ff2a 100755 (executable)
@@ -85,4 +85,12 @@ public abstract class Expr {
     public boolean isSafe() {
        return true;
     }
+
+    public Expr getLower() {
+       return null;
+    }
+
+    public Expr getUpper() {
+       return null;
+    }
 }