net.cscott.sinjdoc

Interface ClassTypeVariable

public interface ClassTypeVariable extends TypeVariable

The ClassTypeVariable interface represents a type variable declared as a formal parameter to a generic class or interface.

Version: $Id: ClassTypeVariable.java,v 1.4 2003/05/08 03:54:25 cananian Exp $

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

See Also: java.lang.reflect.ClassTypeVariable

Method Summary
ClassDocdeclaringClass()
Return the class where this type variable was declared.

Method Detail

declaringClass

public ClassDoc declaringClass()
Return the class where this type variable was declared.
Copyright © 2003 C. Scott Ananian