Package org.jboss.jdeparser
Class InlineDocTagCommentContent
java.lang.Object
org.jboss.jdeparser.AbstractJComment
org.jboss.jdeparser.InlineDocTagCommentContent
- All Implemented Interfaces:
CommentContent
,DocCommentContent
,HtmlCommentContent
,JComment
,Writable
-
Field Summary
FieldsFields 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 -
Method Summary
Methods inherited from class org.jboss.jdeparser.AbstractJComment
add, addItemDirectly, block, code, docRoot, getContent, inlineDocTag, inlineDocTag, linkConstructor, linkField, linkMethod, linkMethod, linkType, nl, sp, text, typeName
-
Field Details
-
INDENT
-
tagName
-
-
Constructor Details
-
InlineDocTagCommentContent
InlineDocTagCommentContent(String tagName)
-
-
Method Details
-
getTagName
String getTagName() -
write
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classAbstractJComment
- Throws:
IOException
-