net.cscott.gjdoc

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.4 2003/03/28 04:36:43 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