Eclipse JDT
Release 3.8

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 TypeVisitor.visitTypeVariable(TypeVariable t)
          Visits a type variable.
 void SimpleTypeVisitor.visitTypeVariable(TypeVariable t)
          Visits a type variable.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

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