Uses of Class
com.google.javascript.jscomp.WarningsGuard
-
Packages that use WarningsGuard Package Description com.google.javascript.jscomp com.google.javascript.jscomp.ijs -
-
Uses of WarningsGuard in com.google.javascript.jscomp
Subclasses of WarningsGuard in com.google.javascript.jscomp Modifier and Type Class Description classAllowlistWarningsGuardAn extension ofWarningsGuardthat provides functionality to maintain a list of warnings (white-list).classByPathWarningsGuardAn implementation of aWarningsGuardthat can modify theCheckLevelbased on the file that caused the warning, and whether this file matches a set of paths (specified either as include or exclude of path name parts).classComposeWarningsGuardWarningsGuard that represents just a chain of other guards.classDiagnosticGroupPathSuppressingWarningsGuardA warnings guard that suppresses warnings for a particular diagnostic group for a file that contains the specified substring.classDiagnosticGroupWarningsGuardSets the level for a particular DiagnosticGroup.classFileAwareWarningsGuardAn abstract WarningsGuard that provides an additional getScriptNodeForError() method for accessing the containing SCRIPT node of the AST in a robust way.classJ2clSuppressWarningsGuardA warnings guard that suppresses some warnings incompatible with J2CL.classShowByPathWarningsGuardControl whether warnings should be restricted or suppressed for specified paths.classStrictWarningsGuardAll warnings should be reported as errors.Methods in com.google.javascript.jscomp with parameters of type WarningsGuard Modifier and Type Method Description voidCompilerOptions. addWarningsGuard(WarningsGuard guard)Add a guard to the set of warnings guards.Constructors in com.google.javascript.jscomp with parameters of type WarningsGuard Constructor Description ComposeWarningsGuard(WarningsGuard... guards)Constructor parameters in com.google.javascript.jscomp with type arguments of type WarningsGuard Constructor Description ComposeWarningsGuard(java.util.List<WarningsGuard> guards) -
Uses of WarningsGuard in com.google.javascript.jscomp.ijs
Subclasses of WarningsGuard in com.google.javascript.jscomp.ijs Modifier and Type Class Description classCheckTypeSummaryWarningsGuardA warnings guard that demotes the errors found in type summary files to be less severe, leaving only the errors found in the original source.
-