Home
»
openjdk-7
» javax.lang »
model
»
type
» [javadoc |
source
]
javax.lang.model.type
public interface: UnionType
[javadoc |
source
]
All Implemented Interfaces:
TypeMirror
Represents a union type. As of the
RELEASE_7
source version, union types can appear as the type of a multi-catch exception parameter.
since:
1.7
-
Method from
javax.lang.model.type.UnionType
Summary:
getAlternatives
Method from
javax.lang.model.type.UnionType
Detail:
public
List
<
TypeMirror
>
getAlternatives
()
Return the alternatives comprising this union type.