Doclet API

Uses of Interface
com.sun.javadoc.ClassDoc

Uses of ClassDoc in com.sun.javadoc
 

Methods in com.sun.javadoc that return ClassDoc
 ClassDoc[] RootDoc.specifiedClasses()
          Return the classes and interfaces specified on the command line.
 ClassDoc[] RootDoc.classes()
          Return the classes and interfaces to be documented.
 ClassDoc RootDoc.classNamed(String qualifiedName)
          Return a ClassDoc for the specified class/interface name
 ClassDoc ThrowsTag.exception()
          Return a ClassDoc which represents the exception.
 ClassDoc SerialFieldTag.fieldTypeDoc()
          Return the ClassDoc for field type.
 ClassDoc SeeTag.referencedClass()
          get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
 ClassDoc[] ExecutableMemberDoc.thrownExceptions()
          Return exceptions this method or constructor throws.
 ClassDoc MethodDoc.overriddenClass()
          Return the class containing the method that this method overrides.
 ClassDoc[] PackageDoc.allClasses(boolean filter)
          Get all classes (including Exceptions and Errors) and interfaces.
 ClassDoc[] PackageDoc.allClasses()
          Get all included classes (including Exceptions and Errors) and interfaces.
 ClassDoc[] PackageDoc.ordinaryClasses()
          Get ordinary classes (excluding Exceptions and Errors) in this package.
 ClassDoc[] PackageDoc.exceptions()
          Get Exception classes in this package.
 ClassDoc[] PackageDoc.errors()
          Get Error classes in this package.
 ClassDoc[] PackageDoc.interfaces()
          Get Interfaces in this package.
 ClassDoc PackageDoc.findClass(String className)
          Lookup for a class within this package.
 ClassDoc Type.asClassDoc()
          Return this type as a class.
 ClassDoc ClassDoc.superclass()
          Return the superclass of this class
 ClassDoc[] ClassDoc.interfaces()
          Return interfaces implemented by this class or interfaces extended by this interface.
 ClassDoc[] ClassDoc.innerClasses()
          Return inner classes within this class.
 ClassDoc ClassDoc.findClass(String className)
          Find a class within the context of this class.
 ClassDoc[] ClassDoc.importedClasses()
          Get the list of classes declared as imported.
 ClassDoc ProgramElementDoc.containingClass()
          Get the containing class of this program element.
 

Methods in com.sun.javadoc with parameters of type ClassDoc
 boolean ClassDoc.subclassOf(ClassDoc cd)
          Test whether this class is a subclass of the specified class.
 


Doclet API

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.