Interface IBasicFormatter
-
- All Known Implementing Classes:
AbstractFormatter,XbaseFormatter2
@Deprecated public interface IBasicFormatterDeprecated.useIFormatter2A formatter creates a list of TextReplacements that are applicable on the XtextResource's underlying document (i.e. the string that has been parsed). The TextReplacements are only allowed to replace characters for withCharacter.isWhitespace(char)is true.- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<TextReplacement>format(org.eclipse.xtext.resource.XtextResource res, int offset, int length, FormattingPreferenceValues cfg)Deprecated.
-
-
-
Method Detail
-
format
java.util.List<TextReplacement> format(org.eclipse.xtext.resource.XtextResource res, int offset, int length, FormattingPreferenceValues cfg)
Deprecated.
-
-