On Jan 27, 2010, at 12:32 PM, Ian Clough wrote: > Please forgive me if this is a stupid question but doesn't operator > precedence determine what the expression actually means? We're not talking about expressions, but type names. Java type names are not (yet) complicated enough to need operator precedence and parentheses. With function types they might. -- John