File
Doc
Category
Size
Date
Package
ParameterizedTypeTree.java
API Doc
Java SE 6 API
812
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
ParameterizedTypeTree
public interface ParameterizedTypeTree implements Tree
A tree node for a type expression involving type parameters. For example:
type
<
typeArguments
>
see
"The Java Language Specification, 3rd ed, section 4.5.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
()
public
java.util.List
getTypeArguments
()
Java Code Source