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


Per Bothner wrote:

However something more general:
(invoke-special <CLASS> RECIEVER 'METHODNAME ARG ...)

Then we perhaps later add: (invoke-super ARG ...) as syntactic sugar for: (invoke-special %super-class (this) '%current-method-name ARG ...) where %super-class and %current-method-name are "magic". -- --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]