Module  jdk.compiler
软件包  com.sun.source.tree

Interface WildcardTree

  • All Superinterfaces:


    public interface WildcardTree
    extends 
    用于通配符类型参数的树节点。 使用getKind确定绑定的种类。 例如:
      ?
    
       ? extends bound
    
       ? super bound 
    从以下版本开始:
    1.6
    See The Java™ Language Specification:
    第4.5.1节
    • 方法详细信息

      • getBound

         getBound​()
        返回通配符的边界。
        结果
        the bound