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 classBasicErrorManagerDeprecated.classBlackHoleErrorManagerAn ErrorManager that silently swallows all messages.classLoggerErrorManagerAn error manager that logs errors and warnings using a logger in addition to collecting them in memory.classPrintStreamErrorManagerDeprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.Methods in com.google.javascript.jscomp with parameters of type SortingErrorManager Modifier and Type Method Description voidJsonErrorReportGenerator. generateReport(SortingErrorManager manager)voidPrintStreamErrorReportGenerator. generateReport(SortingErrorManager manager)voidSortingErrorManager.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 classFixingErrorManagerAn error manager that finds a SuggestedFix for all errors if possible.
-