Uses of Interface
javax.lang.model.type.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.type
Modifier and TypeMethodDescriptionTypeVisitor.visitWildcard
(WildcardType t, P p) Visits a wildcard type. -
Uses of WildcardType in javax.lang.model.util
Modifier and TypeMethodDescriptionTypes.getWildcardType
(TypeMirror extendsBound, TypeMirror superBound) Returns a new wildcard type.Modifier and TypeMethodDescriptionSimpleTypeVisitor6.visitWildcard
(WildcardType t, P p) Visits a wildcard type.