/[classpath]/gjdoc/src/com/sun/javadoc/ClassDoc.java
ViewVC logotype

Diff of /gjdoc/src/com/sun/javadoc/ClassDoc.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by julian, Fri Dec 17 17:54:21 2004 UTC revision 1.4 by gnu_andrew, Wed Apr 20 18:22:06 2005 UTC
# Line 287  importedClasses(); Line 287  importedClasses();
287  public abstract PackageDoc[]  public abstract PackageDoc[]
288  importedPackages();  importedPackages();
289    
290    /*************************************************************************/
291    
292    /**
293      * This method returns the formal type parameters of this class.
294      * The returned array is empty if the class does not represent a
295      * parameterized type.
296      *
297      * @return The list of type parameters.
298      * @since 1.5
299      */
300    TypeVariable[]
301    typeParameters();
302    
303  } // interface ClassDoc  } // interface ClassDoc
304    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26