|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a see also documentation tag. The @see tag can be plain text, or reference a class or member.
Method Summary | |
String |
label()
Return the label of the see tag. |
ClassDoc |
referencedClass()
get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) . |
String |
referencedClassName()
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) . |
MemberDoc |
referencedMember()
get the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) . |
String |
referencedMemberName()
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) . |
PackageDoc |
referencedPackage()
get the package referenced by @see. |
Methods inherited from interface com.sun.javadoc.Tag |
firstSentenceTags, inlineTags, kind, name, position, text, toString |
Method Detail |
public String label()
public PackageDoc referencedPackage()
public String referencedClassName()
public ClassDoc referencedClass()
public String referencedMemberName()
public MemberDoc referencedMember()
|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |