This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project. See the Kawa home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: `object' and interfaces



Please try this patch.

	--Per Bothner
Cygnus Solutions     bothner@cygnus.com     http://www.cygnus.com/~bothner

Index: ObjectExp.java
===================================================================
RCS file: /cvs/kawa/kawa/gnu/expr/ObjectExp.java,v
retrieving revision 1.4
diff -u -r1.4 ObjectExp.java
--- ObjectExp.java	1999/03/11 10:57:07	1.4
+++ ObjectExp.java	1999/03/19 02:55:41
@@ -12,6 +12,8 @@
   public ObjectExp ()
   {
     type = null;
+    // Make sure we actually generate a class.
+    setCanRead(true);
   }
 
   public String getJavaName ()