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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 R
AbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)
访问交叉路口类型。abstract R
AbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)
以一个子类定义的方式访问一个IntersectionType
。R
SimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)
此实现访问的IntersectionType
致电defaultAction
。R
TypeKindVisitor8. visitIntersection(IntersectionType t, P p)
This implementation visits anIntersectionType
by callingdefaultAction
.
-