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 CheckRequiresSorted.Mode |
CheckRequiresSorted.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CheckRequiresSorted.Mode[] |
CheckRequiresSorted.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CheckRequiresSorted(CheckRequiresSorted.Mode mode) |
Copyright © 2009-2019 Google. All Rights Reserved.