Package Summary  Overview Summary

class:UnionType [NONE]

  • 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:getAlternatives() [NONE]

  • getAlternatives

    List<? extends TypeMirror> getAlternatives()
    Return the alternatives comprising this union type.
    Returns:
    the alternatives comprising this union type.

© 2018 Oracle Corporation and/or its affiliates