Uses of Interface
javax.lang.model.type.WildcardType
Packages that use WildcardType
Package
Description
Interfaces used to model Java programming language types.
Utilities to assist in the processing of
program elements and
types.
- 
Uses of WildcardType in javax.lang.model.typeMethods in javax.lang.model.type with parameters of type WildcardTypeModifier and TypeMethodDescriptionTypeVisitor.visitWildcard(WildcardType t, P p) Visits a wildcard type.
- 
Uses of WildcardType in javax.lang.model.utilMethods in javax.lang.model.util that return WildcardTypeModifier and TypeMethodDescriptionTypes.getWildcardType(TypeMirror extendsBound, TypeMirror superBound) Returns a new wildcard type.Methods in javax.lang.model.util with parameters of type WildcardTypeModifier and TypeMethodDescriptionSimpleTypeVisitor6.visitWildcard(WildcardType t, P p) Visits a wildcard type.