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 方法 描述 RTypeVisitor. 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 方法 描述 RAbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)访问交叉路口类型。abstract RAbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)以一个子类定义的方式访问一个IntersectionType。RSimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)此实现访问的IntersectionType致电defaultAction。RTypeKindVisitor8. visitIntersection(IntersectionType t, P p)This implementation visits anIntersectionTypeby callingdefaultAction.
-