Uses of Interface
com.google.javascript.jscomp.MessageFormatter
-
Packages that use MessageFormatter Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of MessageFormatter in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement MessageFormatter Modifier and Type Class Description classAbstractMessageFormatterAbstract message formatter providing default behavior for implementations ofMessageFormatterneeding aSourceExcerptProvider.classLightweightMessageFormatterLightweight message formatter.Methods in com.google.javascript.jscomp that return MessageFormatter Modifier and Type Method Description abstract MessageFormatterErrorFormat. toFormatter(SourceExcerptProvider source, boolean colorize)Convert to a concrete formatter.Methods in com.google.javascript.jscomp with parameters of type MessageFormatter Modifier and Type Method Description java.lang.StringJSError. format(CheckLevel level, MessageFormatter formatter)Format a message at the given level.Constructors in com.google.javascript.jscomp with parameters of type MessageFormatter Constructor Description LoggerErrorManager(MessageFormatter formatter, java.util.logging.Logger logger)Creates an instance.PrintStreamErrorManager(MessageFormatter formatter, java.io.PrintStream stream)Deprecated.Creates an error manager.PrintStreamErrorReportGenerator(MessageFormatter formatter, java.io.PrintStream stream, int summaryDetailLevel)Creates an error report generator.
-