Package org.jboss.jdeparser
Class CommentTextContent
java.lang.Object
org.jboss.jdeparser.CommentTextContent
- All Implemented Interfaces:
CommentContent
,DocCommentContent
,HtmlCommentContent
,Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
getText()
void
write
(SourceFileWriter writer)
-
Field Details
-
text
-
-
Constructor Details
-
CommentTextContent
CommentTextContent(String text)
-
-
Method Details
-
getText
String getText() -
write
- Specified by:
write
in interfaceWritable
- Throws:
IOException
-