Package org.jboss.jdeparser
Class CommentTextContent
- java.lang.Object
-
- org.jboss.jdeparser.CommentTextContent
-
- All Implemented Interfaces:
CommentContent,DocCommentContent,HtmlCommentContent,Writable
class CommentTextContent extends java.lang.Object implements CommentContent
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringtext
-
Constructor Summary
Constructors Constructor Description CommentTextContent(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.StringgetText()voidwrite(SourceFileWriter writer)
-
-
-
Method Detail
-
getText
java.lang.String getText()
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
-
-