major updates to JSSA
[org.ibex.classgen.git] / src / org / ibex / classgen / ClassFile.java
index 2cd4d5f..a5c22f2 100644 (file)
@@ -13,7 +13,7 @@ public class ClassFile implements CGConst {
     final int flags;
     
     private final Vector fields = new Vector();
-    private final Vector methods = new Vector();
+    public final Vector methods = new Vector();
     
     private final AttrGen attributes;