Uses of Class
com.google.javascript.jscomp.SortingErrorManager
-
Packages that use SortingErrorManager Package Description com.google.javascript.jscomp Provides the core compiler and its public API.com.google.javascript.refactoring -
-
Uses of SortingErrorManager in com.google.javascript.jscomp
Subclasses of SortingErrorManager in com.google.javascript.jscomp Modifier and Type Class Description class
BasicErrorManager
Deprecated.class
BlackHoleErrorManager
An ErrorManager that silently swallows all messages.class
LoggerErrorManager
An error manager that logs errors and warnings using a logger in addition to collecting them in memory.class
PrintStreamErrorManager
Deprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.Methods in com.google.javascript.jscomp with parameters of type SortingErrorManager Modifier and Type Method Description void
JsonErrorReportGenerator. generateReport(SortingErrorManager manager)
void
PrintStreamErrorReportGenerator. generateReport(SortingErrorManager manager)
void
SortingErrorManager.ErrorReportGenerator. generateReport(SortingErrorManager manager)
-
Uses of SortingErrorManager in com.google.javascript.refactoring
Subclasses of SortingErrorManager in com.google.javascript.refactoring Modifier and Type Class Description class
FixingErrorManager
An error manager that finds a SuggestedFix for all errors if possible.
-