Class DocTagJHtmlComment
java.lang.Object
org.jboss.jdeparser.AbstractJComment
org.jboss.jdeparser.AbstractJHtmlComment
org.jboss.jdeparser.DocTagJHtmlComment
- All Implemented Interfaces:
JComment, JHtmlComment, Writable
-
Field Summary
FieldsFields inherited from class AbstractJComment
CLOSE_PAREN_CONTENT, COMMA_CONTENT, DOC_ROOT_CONTENT, HASH_CONTENT, NL_CONTENT, OPEN_PAREN_CONTENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringgetTag()voidwrite(SourceFileWriter writer) Methods inherited from class AbstractJHtmlComment
add, block, br, docRoot, htmlLink, htmlTag, inlineDocTag, nl, p, preformattedCode, sp, text, typeName, valueMethods inherited from class AbstractJComment
add, addItemDirectly, code, getContent, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JComment
code, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType
-
Field Details
-
tag
-
-
Constructor Details
-
DocTagJHtmlComment
DocTagJHtmlComment(String tag)
-
-
Method Details
-
getTag
String getTag() -
write
- Specified by:
writein interfaceWritable- Overrides:
writein classAbstractJComment- Throws:
IOException
-