public class SinglelineDocCommentReplacer extends SinglelineCommentReplacer
GET_REGION| Constructor and Description | 
|---|
SinglelineDocCommentReplacer(IComment comment,
                            java.lang.String prefix)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configureWhitespace(WhitespaceReplacer leading,
                   WhitespaceReplacer trailing)  | 
ITextReplacerContext | 
createReplacements(ITextReplacerContext context)  | 
getFirstSpace, getPrefix, hasEmptyBodygetComment, getRegionpublic SinglelineDocCommentReplacer(IComment comment, java.lang.String prefix)
public ITextReplacerContext createReplacements(ITextReplacerContext context)
public void configureWhitespace(WhitespaceReplacer leading, WhitespaceReplacer trailing)
configureWhitespace in class CommentReplacer