JavaScript is disabled on your browser.
Skip navigation links
Java SE 22 & JDK 22
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jdk.compiler
Package
com.sun.source.tree
Interface IntersectionTypeTree
All Superinterfaces:
Tree
public interface
IntersectionTypeTree
extends
Tree
A tree node for an intersection type in a cast expression.
Since:
1.8
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.
Tree
Tree.Kind
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<? extends
Tree
>
getBounds
()
Returns the bounds of the type.
Methods declared in interface com.sun.source.tree.
Tree
accept
,
getKind
Method Details
getBounds
List
<? extends
Tree
>
getBounds
()
Returns the bounds of the type.
Returns:
the bounds