Uses of Interface
com.google.javascript.jscomp.ErrorManager
Packages that use ErrorManager
Package
Description
-
Uses of ErrorManager in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement ErrorManagerModifier and TypeClassDescriptionclass
Deprecated.final class
An ErrorManager that silently swallows all messages.final class
An error manager that logs errors and warnings using a logger in addition to collecting them in memory.class
Deprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.class
A customizable error manager that sorts all errors and warnings reported to it, and has customizable output through theSortingErrorManager.ErrorReportGenerator
interface.class
A simple delegatingErrorManager
that provides a thread-safe wrapper for the one being delegated.Methods in com.google.javascript.jscomp that return ErrorManagerModifier and TypeMethodDescriptionabstract ErrorManager
AbstractCompiler.getErrorManager()
Gets the error manager.Compiler.getErrorManager()
Methods in com.google.javascript.jscomp with parameters of type ErrorManagerModifier and TypeMethodDescription@Nullable SourceMapConsumerV3
SourceMapInput.getSourceMap
(ErrorManager errorManager) Gets the source map, reading from disk and parsing if necessary.void
Compiler.setErrorManager
(ErrorManager errorManager) Sets the error manager.Constructors in com.google.javascript.jscomp with parameters of type ErrorManagerModifierConstructorDescriptionCompiler
(ErrorManager errorManager) Creates a Compiler that uses a custom error manager.ThreadSafeDelegatingErrorManager
(ErrorManager delegated) -
Uses of ErrorManager in com.google.javascript.jscomp.ant
Classes in com.google.javascript.jscomp.ant that implement ErrorManagerModifier and TypeClassDescriptionfinal class
An error manager that pipes warnings and errors properly into the Ant task infrastructure. -
Uses of ErrorManager in com.google.javascript.jscomp.deps
Constructors in com.google.javascript.jscomp.deps with parameters of type ErrorManagerModifierConstructorDescriptionDepsFileRegexParser
(com.google.common.base.Function<String, String> pathTranslator, ErrorManager errorManager) DepsFileRegexParser
(ErrorManager errorManager) ConstructorDepsGenerator
(Collection<SourceFile> deps, Collection<SourceFile> srcs, DepsGenerator.InclusionStrategy mergeStrategy, String closurePathAbs, ErrorManager errorManager, ModuleLoader loader) Creates a new DepsGenerator.JsFileLineParser
(ErrorManager errorManager) Constructor.JsFileRegexParser
(ErrorManager errorManager) Constructor -
Uses of ErrorManager in com.google.javascript.refactoring
Classes in com.google.javascript.refactoring that implement ErrorManagerModifier and TypeClassDescriptionclass
An error manager that finds a SuggestedFix for all errors if possible.