Module jdk.compiler

Interface IntersectionTypeTree

所有超级接口:
Tree

public interface IntersectionTypeTree extends Tree
用于强制类型转换中的交集类型的树节点。
自版本:
1.8
  • Nested Class Summary

    Nested classes/interfaces declared in interface com.sun.source.tree.Tree

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends Tree>
    返回类型的边界。

    Methods declared in interface com.sun.source.tree.Tree

    accept, getKind
  • Method Details

    • getBounds

      List<? extends Tree> getBounds()
      返回类型的边界。
      返回:
      边界