Uses of Interface
com.sun.mirror.type.TypeVariable
Packages that use TypeVariable
-
Uses of TypeVariable in com.sun.mirror.util
Methods in com.sun.mirror.util that return TypeVariableModifier and TypeMethodDescriptionTypes.getTypeVariable(TypeParameterDeclaration tparam) Returns the type variable declared by a type parameter.Methods in com.sun.mirror.util with parameters of type TypeVariableModifier and TypeMethodDescriptionvoidSimpleTypeVisitor.visitTypeVariable(TypeVariable t) Visits a type variable.voidTypeVisitor.visitTypeVariable(TypeVariable t) Visits a type variable.