|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.inria.ns.reflex.javadoc.WarningTaglet
public class WarningTaglet
WarningTaglet represents the @warning taglet.
Constructor Summary | |
---|---|
WarningTaglet()
|
Method Summary | |
---|---|
String |
getName()
Return the name of this taglet. |
boolean |
inConstructor()
Return true. |
boolean |
inField()
Return true. |
boolean |
inMethod()
Return true. |
boolean |
inOverview()
Return true. |
boolean |
inPackage()
Return true. |
boolean |
inType()
Return true. |
boolean |
isInlineTag()
Return true. |
static void |
register(Map tagletMap)
Register this taglet. |
String |
toString(Tag tag)
Return a warning. |
String |
toString(Tag[] tags)
Given an array of Tag s representing this custom
tag, return its string representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WarningTaglet()
Method Detail |
---|
public static void register(Map tagletMap)
tagletMap
- The map to register this tag to.public String getName()
getName
in interface com.sun.tools.doclets.Taglet
Taglet.getName()
public boolean inField()
inField
in interface com.sun.tools.doclets.Taglet
Taglet.inField()
public boolean inConstructor()
inConstructor
in interface com.sun.tools.doclets.Taglet
Taglet.inConstructor()
public boolean inMethod()
inMethod
in interface com.sun.tools.doclets.Taglet
Taglet.inMethod()
public boolean inOverview()
inOverview
in interface com.sun.tools.doclets.Taglet
Taglet.inOverview()
public boolean inPackage()
inPackage
in interface com.sun.tools.doclets.Taglet
Taglet.inPackage()
public boolean inType()
inType
in interface com.sun.tools.doclets.Taglet
Taglet.inType()
public boolean isInlineTag()
isInlineTag
in interface com.sun.tools.doclets.Taglet
Taglet.isInlineTag()
public String toString(Tag tag)
toString
in interface com.sun.tools.doclets.Taglet
Taglet.toString(com.sun.javadoc.Tag)
public String toString(Tag[] tags)
Tag
s representing this custom
tag, return its string representation.
toString
in interface com.sun.tools.doclets.Taglet
tags
- The array of Tag
s representing of this custom tag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |