API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.type. WildcardType View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.3 06/07/31
Serial
Hierarchy
 TypeMirror
      WildcardType
Subinterfaces
Description
public interface WildcardType
  Represents a wildcard type argument.
See also:   
Methods
Hide/Show inherited methods
public TypeMirror getExtendsBound ()
  Returns the upper bound of this wildcard.
public TypeMirror getSuperBound ()
  Returns the lower bound of this wildcard.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar