net.cscott.gjdoc
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.4 2003/03/28 04:36:43 cananian Exp $
See Also: java.lang.reflect.MethodTypeVariable
Method Summary | |
---|---|
ExecutableMemberDoc | declaringMethod() Return the generic method which declares this type variable. |