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

All Implemented Interfaces:
    Tree

All Known Implementing Classes:
    JCTypeParameter

A tree node for a type parameter. For example:
  name

  name extends bounds
Method from com.sun.source.tree.TypeParameterTree Summary:
getBounds,   getName
Method from com.sun.source.tree.TypeParameterTree Detail:
 public List<Tree> getBounds()
 public Name getName()