checkpoint
[sbp.git] / src / edu / berkeley / sbp / misc / ReflectiveGrammar.java
index ea1b03e..5f90b7f 100644 (file)
@@ -8,8 +8,8 @@ import edu.berkeley.sbp.tib.*;
 import edu.berkeley.sbp.chr.*;
 import edu.berkeley.sbp.util.*;
 
-public class ReflectiveGrammar extends MetaGrammar {
-
+public class ReflectiveGrammar /*extends MetaGrammar*/ {
+    /*
     final Class baseClass;
     public ReflectiveGrammar(Class baseClass) { this.baseClass = baseClass; }
 
@@ -131,5 +131,5 @@ public class ReflectiveGrammar extends MetaGrammar {
         if (ret==null) throw new RuntimeException("couldn't find a class to match tree: " + t);
         return ret;
     }
-
+    */
 }