Spec-Zone .ru
спецификации, руководства, описания, API
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 as source file names on the command line.
 ClassDoc[] RootDoc.classes()
          Return the included classes and interfaces in all packages.
 ClassDoc RootDoc.classNamed(String qualifiedName)
          Return a ClassDoc for the specified class or 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 doc referenced by the class name part of @see.
 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 and interfaces in the package, filtered to the specified access modifier option.
 ClassDoc[] PackageDoc.allClasses()
          Get all included classes and interfaces in the package.
 ClassDoc[] PackageDoc.ordinaryClasses()
          Get included ordinary classes (that is, exclude exceptions, errors and interfaces) in this package.
 ClassDoc[] PackageDoc.exceptions()
          Get included Exception classes in this package.
 ClassDoc[] PackageDoc.errors()
          Get included Error classes in this package.
 ClassDoc[] PackageDoc.interfaces()
          Get included Interfaces in this package.
 ClassDoc PackageDoc.findClass(String className)
          Lookup a class or interface within this package.
 ClassDoc Type.asClassDoc()
          Return this type as a class doc if this type is a class or interface.
 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 included nested classes and interfaces within this class or interface.
 ClassDoc[] ClassDoc.innerClasses(boolean filter)
          Return nested classes and interfaces within this class or interface filtered to the specified access modifier option.
 ClassDoc ClassDoc.findClass(String className)
          Find the specified class or interface within the context of this class doc.
 ClassDoc[] ClassDoc.importedClasses()
          Get the list of classes and interfaces declared as imported.
 ClassDoc ProgramElementDoc.containingClass()
          Get the containing class or interface 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-2003 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.