Eclipse JDT
Release 3.5

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 SimpleTypeVisitor.visitWildcardType(WildcardType t)
          Visits a wildcard.
 void TypeVisitor.visitWildcardType(WildcardType t)
          Visits a wildcard.
 


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.