模块  java.compiler
软件包  javax.lang.model.type

Interface UnionType

  • All Superinterfaces:
    AnnotatedConstructTypeMirror

    public interface UnionType
    extends TypeMirror
    表示联合类型。 联合类型可以显示为多捕获异常参数的类型。
    从以下版本开始:
    1.7
    • 方法详细信息

      • getAlternatives

        List<? extends TypeMirror> getAlternatives()
        返回包含此联合类型的替代项。
        结果
        包含此联合类型的替代方案。