class CommentTextContent extends java.lang.Object implements CommentContent
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
Constructor and Description |
---|
CommentTextContent(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getText() |
void |
write(SourceFileWriter writer) |
java.lang.String getText()
public void write(SourceFileWriter writer) throws java.io.IOException