| A tree node to declare a new instance of a class.
For example:
new identifier ( )
new identifier ( arguments )
new typeArguments identifier ( arguments )
classBody
enclosingExpression.new identifier ( arguments )
See Also: "The Java Language Specification, 3rd ed, section 15.9" author: Peter von der Ahé author: Jonathan Gibbons since: 1.6 |