More checkins...
[repair.git] / Repair / RepairCompiler / MCC / IR / DotExpr.java
index 9fba88fa3c3f4f7bcb5afd431b35eb063625c896..9361d5e8af95602663d3c1a8d70c31fbf83cd6f6 100755 (executable)
@@ -340,7 +340,7 @@ public class DotExpr extends Expr {
         }
     }
 
-    public boolean isValue() {
+    public boolean isValue(TypeDescriptor td) {
        FieldDescriptor tmpfd=fd;
        if (tmpfd instanceof ArrayDescriptor)
            tmpfd=((ArrayDescriptor)tmpfd).getField();