Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
protected DiagnosticGroups |
Compiler.getDiagnosticGroups()
The warning classes that are available from the command-line, and
are suppressible by the
@suppress annotation. |
protected DiagnosticGroups |
AbstractCommandLineRunner.getDiagnosticGroups()
The warning classes that are available from the command-line.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractCommandLineRunner.setWarningGuardOptions(CompilerOptions options,
java.util.ArrayList<AbstractCommandLineRunner.FlagEntry<CheckLevel>> warningGuards,
DiagnosticGroups diagnosticGroups) |
Copyright © 2009-2018 Google. All Rights Reserved.