Module jdk.compiler

Interface IntersectionTypeTree

  • All Superinterfaces:
    Tree


    public interface IntersectionTypeTree
    extends Tree
    A tree node for an intersection type in a cast expression.
    Since:
    1.8
    • Method Detail

      • getBounds

        List<? extends Tree> getBounds​()
        Returns the bounds of the type.
        Returns:
        the bounds