Mirror API

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

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

Uses of TypeVariable in com.sun.mirror.util
 

Methods in com.sun.mirror.util that return TypeVariable
 TypeVariable Types.getTypeVariable(TypeParameterDeclaration tparam)
          Returns the type variable declared by a type parameter.
 

Methods in com.sun.mirror.util with parameters of type TypeVariable
 void SimpleTypeVisitor.visitTypeVariable(TypeVariable t)
          Visits a type variable.
 void TypeVisitor.visitTypeVariable(TypeVariable t)
          Visits a type variable.
 


Mirror API

Report a bug or request a feature.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.