Uses of Interface
javax.lang.model.type.IntersectionType
Packages that use 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.typeMethods in javax.lang.model.type with parameters of type IntersectionTypeModifier and TypeMethodDescriptionTypeVisitor.visitIntersection(IntersectionType t, P p) Visits an intersection type.
- 
Uses of IntersectionType in javax.lang.model.utilMethods in javax.lang.model.util with parameters of type IntersectionTypeModifier and TypeMethodDescriptionAbstractTypeVisitor6.visitIntersection(IntersectionType t, P p) Visits an intersection type.abstract RAbstractTypeVisitor8.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.