Uses of Interface
com.google.javascript.jscomp.MessageFormatter
Packages that use MessageFormatter
-
Uses of MessageFormatter in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement MessageFormatterModifier and TypeClassDescriptionclassAbstract message formatter providing default behavior for implementations ofMessageFormatterneeding aSourceExcerptProvider.final classLightweight message formatter.Methods in com.google.javascript.jscomp that return MessageFormatterModifier and TypeMethodDescriptionabstract MessageFormatterErrorFormat.toFormatter(SourceExcerptProvider source, boolean colorize) Convert to a concrete formatter.Methods in com.google.javascript.jscomp with parameters of type MessageFormatterModifier and TypeMethodDescriptionfinal @Nullable StringJSError.format(CheckLevel level, MessageFormatter formatter) Format a message at the given level.Constructors in com.google.javascript.jscomp with parameters of type MessageFormatterModifierConstructorDescriptionLoggerErrorManager(MessageFormatter formatter, Logger logger) Creates an instance.PrintStreamErrorManager(MessageFormatter formatter, PrintStream stream) Deprecated.Creates an error manager.PrintStreamErrorReportGenerator(MessageFormatter formatter, PrintStream stream, int summaryDetailLevel) Creates an error report generator. -
Uses of MessageFormatter in com.google.javascript.jscomp.ant
Constructors in com.google.javascript.jscomp.ant with parameters of type MessageFormatterModifierConstructorDescriptionAntErrorManager(MessageFormatter formatter, org.apache.tools.ant.Task task)