net.cscott.gjdoc
public interface TypeVariable extends Type
TypeVariable interface represents a type
variable declared as a formal parameter to a generic class,
interface, or method. Every actual type variable supports
exact one of the two subinterfaces MethodTypeVariable or
ClassTypeVariable.Version: $Id: TypeVariable.java,v 1.5 2003/03/26 18:30:20 cananian Exp $
See Also: java.lang.reflect.TypeVariable
| Method Summary | |
|---|---|
| List<Type> | getBounds() Return the bounds on this type variable. |
| String | getName() Return the name of this type variable. |
ClassType for java.lang.Object.