Uses of Class
com.google.javascript.jscomp.DiagnosticGroups
-
Packages that use DiagnosticGroups Package Description com.google.javascript.jscomp -
-
Uses of DiagnosticGroups in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return DiagnosticGroups Modifier and Type Method Description protected DiagnosticGroupsAbstractCommandLineRunner. getDiagnosticGroups()The warning classes that are available from the command-line.DiagnosticGroupsCompiler. getDiagnosticGroups()The warning classes that are available from the command-line, and are suppressible by the@suppressannotation.Methods in com.google.javascript.jscomp with parameters of type DiagnosticGroups Modifier and Type Method Description protected static voidAbstractCommandLineRunner. setWarningGuardOptions(CompilerOptions options, java.util.ArrayList<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards, DiagnosticGroups diagnosticGroups)
-