Uses of Interface
javax.lang.model.type.WildcardType
-
Packages that use WildcardType 软件包 描述 javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 协助处理 program elements及 types的公用事业 。 -
-
Uses of WildcardType in javax.lang.model.type
Methods in javax.lang.model.type with parameters of type WildcardType Modifier and Type 方法 描述 R
TypeVisitor. visitWildcard(WildcardType t, P p)
访问通配符类型。 -
Uses of WildcardType in javax.lang.model.util
Methods in javax.lang.model.util that return WildcardType Modifier and Type 方法 描述 WildcardType
Types. getWildcardType(TypeMirror extendsBound, TypeMirror superBound)
返回一个新的通配符类型参数。Methods in javax.lang.model.util with parameters of type WildcardType Modifier and Type 方法 描述 R
SimpleTypeVisitor6. visitWildcard(WildcardType t, P p)
访问通配符类型。
-