Package Summary  Overview Summary

class:UnionType [CHANGED]

  • All Superinterfaces:
    AnnotatedConstruct, TypeMirror


    public interface UnionType
    extends 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
  • All Superinterfaces:
    TypeMirror


    public interface UnionType
    extends 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
  • All Superinterfaces:
    AnnotatedConstruct, TypeMirror


    public interface UnionType
    extends 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:getAlternatives-- [NONE]

  • getAlternatives

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