Mirror API

Uses of Interface
com.sun.mirror.type.WildcardType

Packages that use WildcardType
com.sun.mirror.util Utilities to assist in the processing of declarations and types
 

Uses of WildcardType in com.sun.mirror.util
 

Methods in com.sun.mirror.util that return WildcardType
 WildcardType Types.getWildcardType(Collection<ReferenceType> upperBounds, Collection<ReferenceType> lowerBounds)
          Returns a new wildcard.
 

Methods in com.sun.mirror.util with parameters of type WildcardType
 void TypeVisitor.visitWildcardType(WildcardType t)
          Visits a wildcard.
 void SimpleTypeVisitor.visitWildcardType(WildcardType t)
          Visits a wildcard.
 


Mirror API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.