|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.tools.doclet.tags.AbstractExecutableMemberTaglet org.freehep.tools.doclet.tags.SeeTaglet
A taglet that represents the @see tag.
Field Summary |
Fields inherited from class org.freehep.tools.doclet.tags.AbstractExecutableMemberTaglet |
name |
Constructor Summary | |
SeeTaglet()
|
Method Summary | |
boolean |
inField()
Return true if this Taglet
is used in field documentation. |
boolean |
inOverview()
Return true if this Taglet
is used in overview documentation. |
boolean |
inPackage()
Return true if this Taglet
is used in package documentation. |
boolean |
inType()
Return true if this Taglet
is used in type documentation (classes or interfaces). |
String |
toString(com.sun.javadoc.Doc holder,
HtmlStandardWriter writer)
Given an array of Tag s representing this custom
tag, return its string representation. |
Methods inherited from class org.freehep.tools.doclet.tags.AbstractExecutableMemberTaglet |
getInheritedMethodDoc, getName, inConstructor, inMethod, isInlineTag, toString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SeeTaglet()
Method Detail |
public boolean inField()
Taglet
is used in field documentation.
inField
in interface com.sun.tools.doclets.Taglet
inField
in class AbstractExecutableMemberTaglet
Taglet
is used in field documentation and false
otherwise.public boolean inOverview()
Taglet
is used in overview documentation.
inOverview
in interface com.sun.tools.doclets.Taglet
inOverview
in class AbstractExecutableMemberTaglet
Taglet
is used in method documentation and false
otherwise.public boolean inPackage()
Taglet
is used in package documentation.
inPackage
in interface com.sun.tools.doclets.Taglet
inPackage
in class AbstractExecutableMemberTaglet
Taglet
is used in package documentation and false
otherwise.public boolean inType()
Taglet
is used in type documentation (classes or interfaces).
inType
in interface com.sun.tools.doclets.Taglet
inType
in class AbstractExecutableMemberTaglet
Taglet
is used in type documentation and false
otherwise.public String toString(com.sun.javadoc.Doc holder, HtmlStandardWriter writer)
Tag
s representing this custom
tag, return its string representation.
toString
in class AbstractExecutableMemberTaglet
holder
- the ExecutableMemberDoc that holds this tag.writer
- the HtmlStandardWriter that will write this tag.
Tag
.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |