File
Doc
Category
Size
Date
Package
ArrayTypeTree.java
API Doc
Java SE 6 API
666
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
ArrayTypeTree
public interface ArrayTypeTree implements Tree
A tree node for an array type. For example:
type
[]
see
"The Java Language Specification, 3rd ed, section 10.1"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.Tree
getType
()
Java Code Source