Uses of Class
com.google.javascript.jscomp.BasicErrorManager
Packages that use BasicErrorManager
Package
Description
-
Uses of BasicErrorManager in com.google.javascript.jscomp
Subclasses of BasicErrorManager in com.google.javascript.jscompModifier and TypeClassDescriptionfinal classAn error manager that logs errors and warnings using a logger in addition to collecting them in memory.classDeprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead. -
Uses of BasicErrorManager in com.google.javascript.jscomp.ant
Subclasses of BasicErrorManager in com.google.javascript.jscomp.antModifier and TypeClassDescriptionfinal classAn error manager that pipes warnings and errors properly into the Ant task infrastructure. -
Uses of BasicErrorManager in com.google.javascript.refactoring
Subclasses of BasicErrorManager in com.google.javascript.refactoringModifier and TypeClassDescriptionclassAn error manager that finds a SuggestedFix for all errors if possible.