Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.ant | |
com.google.javascript.jscomp.gwt.client |
Modifier and Type | Field and Description |
---|---|
private WarningLevel |
CommandLineRunner.Flags.warningLevel |
Modifier and Type | Method and Description |
---|---|
static WarningLevel |
WarningLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WarningLevel[] |
WarningLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private WarningLevel |
CompileTask.warningLevel |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,WarningLevel> |
GwtRunner.WARNING_LEVEL_MAP |