模块 jdk.compiler

接口 WildcardTree

所有父级接口:
Tree

public interface WildcardTree extends Tree
通配符类型参数的树节点。使用 getKind 确定绑定的类型。例如:
  ?

  ? extends bound 

  ? super bound 
 
Java 语言规范:
4.5.1 参数化类型的类型参数
自从:
1.6
  • 内部类总结

    在接口 com.sun.source.tree.Tree 中声明的嵌套类/接口

    Tree.Kind
  • 方法总结

    修饰符和类型
    方法
    描述
    返回通配符的边界。

    在接口 com.sun.source.tree.Tree 中声明的方法

    accept, getKind
  • 方法详情

    • getBound

      Tree  getBound()
      返回通配符的边界。
      返回:
      界限