public abstract class CommentReplacer extends java.lang.Object implements ITextReplacer
GET_REGION| Constructor and Description |
|---|
CommentReplacer(IComment comment) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configureWhitespace(WhitespaceReplacer leading,
WhitespaceReplacer trailing) |
IComment |
getComment() |
ITextSegment |
getRegion()
The region this replace is responsible for.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateReplacementspublic CommentReplacer(IComment comment)
public abstract void configureWhitespace(WhitespaceReplacer leading, WhitespaceReplacer trailing)
public IComment getComment()
public ITextSegment getRegion()
ITextReplacergetRegion in interface ITextReplacer