File
Doc
Category
Size
Date
Package
WildcardTree.java
API Doc
Java SE 6 API
790
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
WildcardTree
public interface WildcardTree implements Tree
A tree node for a wildcard type argument. Use {@link #getKind getKind} to determine the kind of bound. For example:
? ? extends
bound
? super
bound
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
getBound
()
Java Code Source