Uses of Interface
javax.lang.model.type.IntersectionType
Package
Description
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
-
Uses of IntersectionType in javax.lang.model.type
Modifier and TypeMethodDescriptionTypeVisitor.visitIntersection
(IntersectionType t, P p) Visits an intersection type. -
Uses of IntersectionType in javax.lang.model.util
Modifier and TypeMethodDescriptionAbstractTypeVisitor6.visitIntersection
(IntersectionType t, P p) Visits an intersection type.abstract R
AbstractTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.SimpleTypeVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.TypeKindVisitor8.visitIntersection
(IntersectionType t, P p) Visits an intersection type.