Interface UnionType
- All Superinterfaces:
AnnotatedConstruct
,TypeMirror
Represents a union type.
Union types can appear as the type of a multi-catch exception
parameter.
- See Java Language Specification:
-
14.20 The try statement
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends TypeMirror> Returns the alternatives comprising this union type.Methods declared in interface javax.lang.model.type.TypeMirror
accept, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getKind, hashCode, toString
-
Method Details
-
getAlternatives
List<? extends TypeMirror> getAlternatives()Returns the alternatives comprising this union type.- Returns:
- the alternatives comprising this union type
-