Java Properties
Most modern object-oriented language support properties, object attributes with a simple syntax for getting and setting their values.button.text = "Click me"!button.setText("Click me!")Contents
- Use Cases - use cases for language properties.
- Proposals - various proposals for native properties syntax & semantics collected from all over the web.
- Issues - issues to be aware of when dealing with native properties.
- Property-related JSRs - JSRs that could be affected by the addition of native properties to the language.
- Properties in Other Languages - properties have been done many times before - this sections explores how other languages do native properties.
- Links - a comprehensive list of properties-related blogs, articles, forum discussions, bug reports, and polls can be found on del.icio.us
Version 1.51 last modified by Cay Horstmann on 17/05/2008 at 08:31
Comments: 35