Package | Description |
---|---|
com.google.javascript.jscomp.lint |
Provides "lint" checks: Checks which are likely to provide a lot of false positives, and therefore
should not generally be turned on as errors, but which might be appropriate to include in a static
analysis tool.
|
Modifier and Type | Method and Description |
---|---|
static CheckProvidesSorted.Mode |
CheckProvidesSorted.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CheckProvidesSorted.Mode[] |
CheckProvidesSorted.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CheckProvidesSorted(CheckProvidesSorted.Mode mode) |
Copyright © 2009-2020 Google. All Rights Reserved.