net.cscott.sinjdoc

Interface MethodTypeVariable

public interface MethodTypeVariable extends TypeVariable

The 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 $

Author: C. Scott Ananian (cscott@cscott.net)

See Also: java.lang.reflect.MethodTypeVariable

Method Summary
ExecutableMemberDocdeclaringMethod()
Return the generic method which declares this type variable.

Method Detail

declaringMethod

public ExecutableMemberDoc declaringMethod()
Return the generic method which declares this type variable.
Copyright © 2003 C. Scott Ananian