This is the mail archive of the kawa@sourceware.org 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: class inherited from procedure?


Yaroslav Kavenchuk wrote:
Hom define callable class? Inherit from procedure? How?

The easiest is probably to extend one of the Procedure0 ... Procedure4 or ProcedureN classes. You just need to implement the appropriate apply[01234N] method. -- --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]