Interface ICompositeTextReplacer
-
- All Superinterfaces:
ITextReplacer
- All Known Implementing Classes:
ConditionalReplacer,FilteredSubDocument,MaxLineWidthDocument,SubDocument
public interface ICompositeTextReplacer extends ITextReplacer
-
-
Field Summary
-
Fields inherited from interface org.eclipse.xtext.formatting2.ITextReplacer
GET_REGION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddReplacer(ITextReplacer replacer)-
Methods inherited from interface org.eclipse.xtext.formatting2.ITextReplacer
createReplacements, getRegion
-
-
-
-
Method Detail
-
addReplacer
void addReplacer(ITextReplacer replacer)
-
-