public class ConditionalReplacer extends AbstractTextReplacer implements ICompositeTextReplacer
GET_REGION| Constructor and Description |
|---|
ConditionalReplacer(FormattableDocument document,
int offset,
int length,
java.util.List<ISubFormatter> subFormatters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReplacer(ITextReplacer replacer) |
ITextReplacerContext |
createReplacements(ITextReplacerContext context)
Creates the real replacements for this region.
|
java.lang.String |
toString() |
getDocument, getRegionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRegionpublic ConditionalReplacer(FormattableDocument document, int offset, int length, java.util.List<ISubFormatter> subFormatters)
public ITextReplacerContext createReplacements(ITextReplacerContext context)
ITextReplacercreateReplacements in interface ITextReplacerpublic void addReplacer(ITextReplacer replacer)
addReplacer in interface ICompositeTextReplacerpublic java.lang.String toString()
toString in class java.lang.Object