java.lang.Object
com.arranger.jarl.util.doclet.JarlTaglet
- All Implemented Interfaces:
- com.sun.tools.doclets.Taglet
- Direct Known Subclasses:
- JarlTaglet.FilterTaglet, JarlTaglet.StrokeTaglet, JarlTaglet.TraitTaglet, JarlTaglet.WidgetTaglet
- public abstract class JarlTaglet
- extends java.lang.Object
- implements com.sun.tools.doclets.Taglet
JarlTaglet created on Mar 14, 2003
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.tools.doclets.Taglet |
getName |
JarlTaglet
public JarlTaglet()
inField
public boolean inField()
- Specified by:
inField in interface com.sun.tools.doclets.Taglet
inConstructor
public boolean inConstructor()
- Specified by:
inConstructor in interface com.sun.tools.doclets.Taglet
inMethod
public boolean inMethod()
- Specified by:
inMethod in interface com.sun.tools.doclets.Taglet
inOverview
public boolean inOverview()
- Specified by:
inOverview in interface com.sun.tools.doclets.Taglet
inPackage
public boolean inPackage()
- Specified by:
inPackage in interface com.sun.tools.doclets.Taglet
inType
public boolean inType()
- Specified by:
inType in interface com.sun.tools.doclets.Taglet
isInlineTag
public boolean isInlineTag()
- Specified by:
isInlineTag in interface com.sun.tools.doclets.Taglet
register
public static void register(java.util.Map tagletMap)
- Register this Taglet.
toString
public java.lang.String toString(com.sun.javadoc.Tag tag)
- Given the
Tag representation of this custom
tag, return its string representation.
- Specified by:
toString in interface com.sun.tools.doclets.Taglet
toString
public java.lang.String toString(com.sun.javadoc.Tag[] tags)
- Given an array of
Tags representing this custom
tag, return its string representation.
- Specified by:
toString in interface com.sun.tools.doclets.Taglet