hg: lambda/lambda/langtools: Added basic support for constructor references.

Florian Weimer fweimer at bfk.de
Tue Jan 18 01:19:52 PST 2011


* Paulo Silveira:

> why not plain old java.lang.reflect.Field if a new property syntax is
> not possible?

Field objects are not immutable, and the access control model does not
match what you'd expect in the lambda context (that is, a field
reference serves as a capability to access the field).

-- 
Florian Weimer                <fweimer at bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


More information about the lambda-dev mailing list