Class UnionType

java.lang.Object

public class UnionType extends Type
Type node for an union type (added in JLS4 API).
 UnionType:
    Type | Type { | Type }
 

This kind of node is used inside a catch clause's formal parameter type.

Since:
3.7.1