Package org.jboss.jdeparser
Class NestedCommentContent
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJComment
-
- org.jboss.jdeparser.NestedCommentContent
-
- All Implemented Interfaces:
CommentContent
,DocCommentContent
,HtmlCommentContent
,JComment
,Writable
class NestedCommentContent extends AbstractJComment implements CommentContent
-
-
Field Summary
-
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 NestedCommentContent()
-
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, write
-
-