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 DiagnosticGroup
DiagnosticGroups. forName(java.lang.String name)
Find the diagnostic group registered under the given name.static DiagnosticGroup
DiagnosticGroup. forType(DiagnosticType type)
Create a diagnostic group that matches only the given type.static DiagnosticGroup
DiagnosticGroups. 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 Tri
ComposeWarningsGuard. mustRunChecks(DiagnosticGroup group)
Tri
DiagnosticGroupWarningsGuard. mustRunChecks(DiagnosticGroup otherGroup)
Tri
WarningsGuard. 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.void
CompilerOptions. 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 DiagnosticGroup
CompilerBasedTransformer.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 DiagnosticGroup
CheckJSDocStyle. ALL_DIAGNOSTICS
static DiagnosticGroup
CheckJSDocStyle. LINT_DIAGNOSTICS
-