Lambda Tree API changes feedback

Michael Nascimento misterm at gmail.com
Thu Nov 15 15:30:02 PST 2012


Hi,

Some feedback / questions:

- What is the purpose of having a special getBodyKind() in
LambdaExpressionTree? Why isn't the regular getKind() in the Tree
returned by getBody() enough?
- Isn't the grammar in MemberReferenceTree supposed to use :: instead of #?
- Any reason for not providing a super interface between
IntersectionTypeTree and TypeParameterTree or MethodTree and
LambdaExpressionTree?

Great work, guys, I didn't expect the Tree API to be updated already.

Regards,
Michael


More information about the lambda-dev mailing list