This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to define constructors for classes defined using define-simple-class


S D wrote:
But if I want to write a class using define-simple-class that inherits
a class with no default constructor, then I have to similarly define a
constructor which takes arguments and pass them to the parent class's
constructor.

Yep, it's a problem. For now, you may have to write a Java intermediary. Calling non-default super-class constructors is an important lack. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]