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]

new define-simple-class features


I recently checked in to CVS some feature features relating
to define-simple-class:

* You can specify access: ['private|'protected|'public|'package] to set
  the Java access permissions of fields and methods.
* Methods can be static by using the access: 'static specifier.
* The reflective routines invoke, field, static-field, slot-ref,
  slot-set!  can now access non-public methods/fields when appropriate.

Thanks to Merced Systems for funding this work.
--
	--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]