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
class InlineDocTagCommentContent extends AbstractJComment implements CommentContent
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Indent
INDENT
private java.lang.String
tagName
-
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 InlineDocTagCommentContent(java.lang.String tagName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.String
getTagName()
void
write(SourceFileWriter writer)
-
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 Detail
-
INDENT
static final Indent INDENT
-
tagName
private final java.lang.String tagName
-
-
Method Detail
-
getTagName
java.lang.String getTagName()
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Specified by:
write
in interfaceWritable
- Overrides:
write
in classAbstractJComment
- Throws:
java.io.IOException
-
-