net.cscott.sinjdoc
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.6 2003/05/08 03:54:25 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
.