Eclipse JDT
Release 3.8

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.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.