com.sun.source.tree
Interface TypeParameterTree
- All Superinterfaces:
- Tree
public interface TypeParameterTree
- extends Tree
A tree node for a type parameter.
For example:
name
name extends bounds
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 4.4"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getName
Name getName()
getBounds
List<? extends Tree> getBounds()
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.