Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
LightweightMessageFormatter.LineNumberingFormatter
Formats a region by appending line numbers in front, e.g.
|
Modifier and Type | Field and Description |
---|---|
private static SourceExcerptProvider.ExcerptFormatter |
LightweightMessageFormatter.excerptFormatter |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
SourceExcerptProvider.SourceExcerpt.get(SourceExcerptProvider source,
java.lang.String sourceName,
int lineNumber,
SourceExcerptProvider.ExcerptFormatter formatter)
Get a source excerpt string based on the type of the source excerpt.
|