Package org.jboss.jdeparser
Class DocTagJHtmlComment
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJComment
-
- org.jboss.jdeparser.AbstractJHtmlComment
-
- org.jboss.jdeparser.DocTagJHtmlComment
-
- All Implemented Interfaces:
JComment
,JHtmlComment
,Writable
class DocTagJHtmlComment extends AbstractJHtmlComment
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
tag
-
Fields inherited from class org.jboss.jdeparser.AbstractJComment
CLOSE_PAREN_CONTENT, COMMA_CONTENT, DOC_ROOT_CONTENT, HASH_CONTENT, NL_CONTENT, OPEN_PAREN_CONTENT
-
-
Constructor Summary
Constructors Constructor Description DocTagJHtmlComment(java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getTag()
void
write(SourceFileWriter writer)
-
Methods inherited from class org.jboss.jdeparser.AbstractJHtmlComment
add, block, br, docRoot, htmlLink, htmlTag, inlineDocTag, nl, p, preformattedCode, sp, text, typeName, value
-
Methods inherited from class org.jboss.jdeparser.AbstractJComment
add, addItemDirectly, code, getContent, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.jdeparser.JComment
code, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
-
-
-
Method Detail
-
getTag
java.lang.String getTag()
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classAbstractJComment
- Throws:
java.io.IOException
-
-