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