FileDocCategorySizeDatePackage
TypeParameterTree.javaAPI DocJava SE 6 API821Tue Jun 10 00:23:26 BST 2008com.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.ListgetBounds()

public javax.lang.model.element.NamegetName()