net.cscott.sinjdoc
public interface MethodTypeVariable extends TypeVariable
MethodTypeVariable
interface represents a type
variable declared as a formal parameter to a generic method.
Version: $Id: MethodTypeVariable.java,v 1.5 2003/05/08 03:54:25 cananian Exp $
See Also: java.lang.reflect.MethodTypeVariable
Method Summary | |
---|---|
ExecutableMemberDoc | declaringMethod() Return the generic method which declares this type variable. |