File
Doc
Category
Size
Date
Package
TypeParameterTree.java
API Doc
Java SE 6 API
821
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
TypeParameterTree
public interface TypeParameterTree implements Tree
A tree node for a type parameter. For example:
name
name
extends
bounds
see
"The Java Language Specification, 3rd ed, section 4.4"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getBounds
()
public
javax.lang.model.element.Name
getName
()
Java Code Source