Interface NewClassTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
NewClassTreeImpl

@Beta public interface NewClassTree extends ExpressionTree
Class instance creation expression. JLS 15.9
  new identifier() ( )
  new identifier() ( arguments() )
  new typeArguments() identifier() ( arguments() ) classBody()
  enclosingExpression() . new identifier() ( arguments() )
Since:
Java 1.3