public interface IntersectionType extends TypeMirror
An intersection type can be either implicitly or explicitly
declared in a program. For example, the bound of the type parameter
<T extends Number & Runnable> is an (implicit) intersection
type. As of RELEASE_8, this is represented by an IntersectionType with
Number and Runnable as its bounds.
RELEASE_8, in the
reference implementation an IntersectionType is used to
model the explicit target type of a cast expression.| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeMirror> |
getBounds()
Return the bounds comprising this intersection type.
|
accept, equals, getKind, hashCode, toStringgetAnnotation, getAnnotationMirrors, getAnnotationsByTypeList<? extends TypeMirror> getBounds()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.