16.3. Primary Expressions

Primary Expressions
[42]Primary::='(' Expression ')' | '(*' Query '*)' | new Creator | PrimaryNoParen  
[43]PrimaryNoParen::=this | Literal | Name | super '.' Identifier | Name '.' (this | super) | (Type | void) '.' class | Name Arguments | super '.' Identifier Arguments  
[44]Arguments::='(' AssignmentExpression {',' AssignmentExpression} ')'