format abstract method
void
format(
- SourceRange range
Formats the code covered by the range
.
If there are any edits that are in the range
, these edits are applied
first, and replaced with a single new edit that produces the resulting
formatted code. The range
is relative to the original code.
Implementation
void format(SourceRange range);