- All Superinterfaces:
AnnotatedConstruct
,TypeMirror
public interface UnionType extends TypeMirror
Represents a union type.
Union types can appear as the type of a multi-catch exception
parameter.
- Since:
- 1.7
-
Method Summary
Modifier and Type Method Description List<? extends TypeMirror>
getAlternatives()
Return the alternatives comprising this union type.Methods declared in interface javax.lang.model.AnnotatedConstruct
getAnnotation, getAnnotationMirrors, getAnnotationsByType
-
Method Details
-
getAlternatives
List<? extends TypeMirror> getAlternatives()Return the alternatives comprising this union type.- Returns:
- the alternatives comprising this union type.
-