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: define-simple-class and Java constructors


Vladimir Tsichevski wrote:
is it possible to define custom Java constructors in define-simple-class directives ?

Not really. I haven't even decided on the proper syntax.


Another question: how to execute methods on `super' in such classes?

The intention is that (invoke (this <name-of-super-class>) 'method-name args ...) or something like it should work - but I very much doubt it does. -- --Per Bothner per at bothner dot com http://www.bothner.com/per/


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