Package com.google.javascript.jscomp
Interface SourceExcerptProvider.ExcerptFormatter
- Enclosing interface:
- SourceExcerptProvider
public static interface SourceExcerptProvider.ExcerptFormatter
A excerpt formatter is responsible of formatting source excerpts.
-
Method Summary
Modifier and TypeMethodDescriptionformatLine
(String line, int lineNumber) Format a line excerpt.formatRegion
(Region region) Format a region excerpt.
-
Method Details
-
formatLine
Format a line excerpt. -
formatRegion
Format a region excerpt.
-