-
所有超级接口:
-
Tree
public interface WildcardTree extends Tree
通配符类型参数的树节点。使用
getKind
来确定边界的类型。例如:
?
? extends bound
? super bound
-
参见 Java 语言规范:
-
4.5.1 参数化类型的类型参数
-
自 JDK 版本:
-
1.6
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.Tree
Tree.Kind
-
Method Summary
-
Method Details
-
getBound
返回通配符的边界。
-
返回:
-
边界