|
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
An abstract class for Taglets in
ExecutableMembers
in the standard doclet.
Field Summary | |
protected String |
name
|
Constructor Summary | |
AbstractExecutableMemberTaglet()
|
Method Summary | |
protected com.sun.javadoc.MethodDoc |
getInheritedMethodDoc(com.sun.javadoc.MethodDoc method)
Given a method, find a method that it overrides or implements so that we can inherit documentation. |
String |
getName()
Return the name of this custom tag. |
boolean |
inConstructor()
Return true if this Taglet
is used in constructor documentation. |
boolean |
inField()
Return true if this Taglet
is used in field documentation. |
boolean |
inMethod()
Return true if this Taglet
is used in method 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). |
boolean |
isInlineTag()
Return true if this Taglet
is an inline tag. |
abstract String |
toString(com.sun.javadoc.Doc holder,
HtmlStandardWriter writer)
|
String |
toString(com.sun.javadoc.Tag tag)
This method always returns "" because this Taglet requires more
information to convert a Tag to a String. |
String |
toString(com.sun.javadoc.Tag[] tags)
This method always returns "" because this Taglet requires more
information to convert a Tag to a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String name
Constructor Detail |
public AbstractExecutableMemberTaglet()
Method Detail |
public boolean inConstructor()
Taglet
is used in constructor documentation.
inConstructor
in interface com.sun.tools.doclets.Taglet
Taglet
is used in constructor documentation and false
otherwise.public boolean inField()
Taglet
is used in field documentation.
inField
in interface com.sun.tools.doclets.Taglet
Taglet
is used in field documentation and false
otherwise.public boolean inMethod()
Taglet
is used in method documentation.
inMethod
in interface com.sun.tools.doclets.Taglet
Taglet
is used in method documentation and false
otherwise.public boolean inOverview()
Taglet
is used in overview documentation.
inOverview
in interface com.sun.tools.doclets.Taglet
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
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
Taglet
is used in type documentation and false
otherwise.public boolean isInlineTag()
Taglet
is an inline tag.
isInlineTag
in interface com.sun.tools.doclets.Taglet
Taglet
is an inline tag and false otherwise.public String getName()
getName
in interface com.sun.tools.doclets.Taglet
public String toString(com.sun.javadoc.Tag tag)
Taglet
requires more
information to convert a Tag to a String.
toString
in interface com.sun.tools.doclets.Taglet
tag
- the Tag
representation of this custom tag.
public String toString(com.sun.javadoc.Tag[] tags)
Taglet
requires more
information to convert a Tag to a String.
toString
in interface com.sun.tools.doclets.Taglet
tags
- an array of Tag
s representing of this custom tag.
protected com.sun.javadoc.MethodDoc getInheritedMethodDoc(com.sun.javadoc.MethodDoc method)
method
- the method to inherit documentation from.
public abstract String toString(com.sun.javadoc.Doc holder, HtmlStandardWriter writer)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |