|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a see also documentation tag.
Nested Class Summary |
Nested classes inherited from class org.openide.src.JavaDocTag |
JavaDocTag.Param, JavaDocTag.See, JavaDocTag.SerialField, JavaDocTag.Throws |
Method Summary | |
String |
label()
Return the label of the see tag. |
String |
referencedClassName()
get the class name 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) . |
Methods inherited from interface org.openide.src.JavaDocTag |
kind, name, text |
Method Detail |
public String label()
public String referencedClassName()
public String referencedMemberName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |