Class IntersectionType

java.lang.Object

public class IntersectionType extends Type
Type node for an intersection type in a cast expression (added in JLS8 API).
 IntersectionType:
    Type & Type { & Type }
 

This kind of node is used only inside a cast expression.

Since:
3.10