Uses of Interface
javax.lang.model.type.IntersectionType
-
Packages that use IntersectionType 软件包 描述 javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of IntersectionType in javax.lang.model.type
Methods in javax.lang.model.type with parameters of type IntersectionType 变量和类型 方法 描述 R
TypeVisitor. visitIntersection(IntersectionType t, P p)
访问交叉点类型。 -
Uses of IntersectionType in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type IntersectionType 变量和类型 方法 描述 R
AbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)
访问交叉点类型。abstract R
AbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)
以子类定义的方式访问IntersectionType
。R
SimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)
访问交叉点类型。R
TypeKindVisitor8. visitIntersection(IntersectionType t, P p)
Visits an intersection type.
-