Package com.google.javascript.jscomp
Class AbstractMessageFormatter
java.lang.Object
com.google.javascript.jscomp.AbstractMessageFormatter
- All Implemented Interfaces:
MessageFormatter
- Direct Known Subclasses:
LightweightMessageFormatter
Abstract message formatter providing default behavior for implementations
of
MessageFormatter needing a SourceExcerptProvider.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final SourceExcerptProviderGet the source excerpt provider.voidsetColorize(boolean colorize) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.javascript.jscomp.MessageFormatter
formatError, formatWarning
-
Constructor Details
-
AbstractMessageFormatter
-
-
Method Details
-
setColorize
public void setColorize(boolean colorize) -
getSource
Get the source excerpt provider.
-