Package com.google.javascript.jscomp
Class LightweightMessageFormatter
java.lang.Object
com.google.javascript.jscomp.AbstractMessageFormatter
com.google.javascript.jscomp.LightweightMessageFormatter
- All Implemented Interfaces:
MessageFormatter
Lightweight message formatter. The format of messages this formatter
produces is very compact and to the point.
-
Constructor Summary
ConstructorDescriptionLightweightMessageFormatter
(SourceExcerptProvider source, SourceExcerptProvider.SourceExcerpt excerpt) -
Method Summary
Modifier and TypeMethodDescriptionformatError
(JSError error) Format an error.formatWarning
(JSError warning) Format a warning.Methods inherited from class com.google.javascript.jscomp.AbstractMessageFormatter
getSource, setColorize
-
Constructor Details
-
LightweightMessageFormatter
-
LightweightMessageFormatter
public LightweightMessageFormatter(SourceExcerptProvider source, SourceExcerptProvider.SourceExcerpt excerpt)
-
-
Method Details
-
formatError
Description copied from interface:MessageFormatter
Format an error. -
formatWarning
Description copied from interface:MessageFormatter
Format a warning.
-