File
Doc
Category
Size
Date
Package
NewArrayTree.java
API Doc
Java SE 6 API
957
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
NewArrayTree
public interface NewArrayTree implements ExpressionTree
A tree node for an expression to create a new instance of an array. For example:
new
type
dimensions
initializers
new
type
dimensions
[ ]
initializers
see
"The Java Language Specification, 3rd ed, section 15.10"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getDimensions
()
public
java.util.List
getInitializers
()
public
com.sun.source.tree.Tree
getType
()
Java Code Source