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 IndentINDENTprivate java.lang.StringtagName-
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.StringgetTagName()voidwrite(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:
writein interfaceWritable- Overrides:
writein classAbstractJComment- Throws:
java.io.IOException
-
-