Doclet API
A C D E F G I K L M N O P Q R S T V

R

referencedClass() - Method in interface com.sun.javadoc.SeeTag
get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedClassName() - Method in interface com.sun.javadoc.SeeTag
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMember() - Method in interface com.sun.javadoc.SeeTag
get the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMemberName() - Method in interface com.sun.javadoc.SeeTag
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedPackage() - Method in interface com.sun.javadoc.SeeTag
get the package referenced by @see.
returnType() - Method in interface com.sun.javadoc.MethodDoc
Get return type.
RootDoc - interface com.sun.javadoc.RootDoc.
This class holds the information from one run of javadoc.

Doclet API
A C D E F G I K L M N O P Q R S T V
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.