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

All Implemented Interfaces:
    Tree

All Known Implementing Classes:
    JCWildcard

A tree node for a wildcard type argument. Use getKind to determine the kind of bound. For example:
  ?

  ? extends bound

  ? super bound
Method from com.sun.source.tree.WildcardTree Summary:
getBound
Method from com.sun.source.tree.WildcardTree Detail:
 public Tree getBound()