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

Submit a bug or feature
Copyright © 2004, 2010, Oracle and/or its affiliates. All rights reserved.