Module  java.compiler
软件包  javax.lang.model.type

Interface UnionType

  • All Superinterfaces:
    AnnotatedConstructTypeMirror


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

      • getAlternatives

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