Adding changes to cvs...
[repair.git] / Repair / RepairCompiler / MCC / IR / Rule.java
index 017e788c9ab67204cab931148b12a653f65957a0..806b3f8085bd5bb0876a7fcfec8604fd8598ad0c 100755 (executable)
@@ -9,7 +9,7 @@ public class Rule implements Quantifiers {
     Vector quantifiers = new Vector();
     boolean isstatic = false;
     boolean isdelay = false;
-    Expr guard = null;
+    private Expr guard = null;
     Inclusion inclusion = null;    
     SymbolTable st = new SymbolTable();
     DNFRule dnfguard=null,dnfnegguard=null;