[
Lists Home |
Date Index |
Thread Index
]
Jeff Lowery scripsit:
> What I object to (no pun intended) is having to write all those stinkin'
> set/get methods. Why can't I just write:
Well, NetREXX, which is a dialect of REXX that runs on JVMs, allows you
to declare variables as "indirect", which means that the compiler will
construct a proper JavaBeans-style getter and setter (only a getter,
if the variable is also "constant"). You can replace the generated
method with your own.
http://www2.hursley.ibm.com/netrexx/
--
John Cowan jcowan@reutershealth.com www.ccil.org/~cowan www.reutershealth.com
"In computer science, we stand on each other's feet."
--Brian K. Reid
|