Updates to allow discovering of partial functions
[repair.git] / Repair / RepairCompiler / MCC / IR / CastExpr.java
index 23e194f3b02b7ad716860566fee90a5ae0d71db9..263460f5bc1667bef1152f9342da9c96fbe8a785 100755 (executable)
@@ -15,6 +15,10 @@ public class CastExpr extends Expr {
        return expr.isValue(td);
     }
 
+    public SetDescriptor getSet() {
+       return expr.getSet();
+    }
+
     public Set freeVars() {
        return expr.freeVars();
     }