Uses of Class
com.google.javascript.jscomp.DiagnosticGroup
-
Packages that use DiagnosticGroup Package Description com.google.javascript.jscomp com.google.javascript.jscomp.bundle com.google.javascript.jscomp.lint -
-
Uses of DiagnosticGroup in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return DiagnosticGroup Modifier and Type Method Description static DiagnosticGroupDiagnosticGroups. forName(java.lang.String name)Find the diagnostic group registered under the given name.static DiagnosticGroupDiagnosticGroup. forType(DiagnosticType type)Create a diagnostic group that matches only the given type.static DiagnosticGroupDiagnosticGroups. registerGroup(java.lang.String name, DiagnosticType... types)Methods in com.google.javascript.jscomp that return types with arguments of type DiagnosticGroup Modifier and Type Method Description static com.google.common.collect.ImmutableMap<java.lang.String,DiagnosticGroup>DiagnosticGroups. getRegisteredGroups()Get the registered diagnostic groups, indexed by name.Methods in com.google.javascript.jscomp with parameters of type DiagnosticGroup Modifier and Type Method Description TriComposeWarningsGuard. mustRunChecks(DiagnosticGroup group)TriDiagnosticGroupWarningsGuard. mustRunChecks(DiagnosticGroup otherGroup)TriWarningsGuard. mustRunChecks(DiagnosticGroup group)Do checks for `group` still need to be run if this guard is installed? TRUE: Enables one or more types in the group, so it must be checked.voidCompilerOptions. setWarningLevel(DiagnosticGroup type, CheckLevel level)Configure the given type of warning to the given level.Constructors in com.google.javascript.jscomp with parameters of type DiagnosticGroup Constructor Description DiagnosticGroup(DiagnosticGroup... groups)Create a composite group.DiagnosticGroup(java.lang.String name, DiagnosticGroup... groups)Create a composite group.DiagnosticGroupPathSuppressingWarningsGuard(DiagnosticGroup group, java.lang.String part)DiagnosticGroupWarningsGuard(DiagnosticGroup group, CheckLevel level) -
Uses of DiagnosticGroup in com.google.javascript.jscomp.bundle
Fields in com.google.javascript.jscomp.bundle declared as DiagnosticGroup Modifier and Type Field Description protected static DiagnosticGroupCompilerBasedTransformer.CompilerSupplier. ES5_WARNINGS -
Uses of DiagnosticGroup in com.google.javascript.jscomp.lint
Fields in com.google.javascript.jscomp.lint declared as DiagnosticGroup Modifier and Type Field Description static DiagnosticGroupCheckJSDocStyle. ALL_DIAGNOSTICSstatic DiagnosticGroupCheckJSDocStyle. LINT_DIAGNOSTICS
-