make Type abstract
authorbrian <brian@brianweb.net>
Sun, 3 Jul 2005 00:38:44 +0000 (00:38 +0000)
committerbrian <brian@brianweb.net>
Sun, 3 Jul 2005 00:38:44 +0000 (00:38 +0000)
darcs-hash:20050703003844-24bed-1010a069a6fa7a199db59de9e499f90a74e008a5.gz

src/org/ibex/classgen/Type.java

index 07e8d78..d0d0f44 100644 (file)
@@ -3,7 +3,7 @@ package org.ibex.classgen;
 import java.util.StringTokenizer;
 import java.util.Hashtable;
 
 import java.util.StringTokenizer;
 import java.util.Hashtable;
 
-public class Type implements CGConst {
+public abstract class Type implements CGConst {
 
     private static Hashtable instances = new Hashtable();  // this has to appear at the top of the file
 
 
     private static Hashtable instances = new Hashtable();  // this has to appear at the top of the file