Home » openjdk-7 » com.sun.source » tree » [javadoc | source]
com.sun.source.tree
public interface: ArrayTypeTree [javadoc | source]

All Implemented Interfaces:
    Tree

All Known Implementing Classes:
    JCArrayTypeTree

A tree node for an array type. For example:
  type []
Method from com.sun.source.tree.ArrayTypeTree Summary:
getType
Method from com.sun.source.tree.ArrayTypeTree Detail:
 public Tree getType()