Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.util.arg |
Modifier and Type | Method and Description |
---|---|
SourceLevel |
PrecompileTaskOptionsImpl.getSourceLevel() |
Modifier and Type | Method and Description |
---|---|
void |
PrecompileTaskOptionsImpl.setSourceLevel(SourceLevel sourceLevel) |
Modifier and Type | Method and Description |
---|---|
SourceLevel |
JJSOptionsImpl.getSourceLevel() |
Modifier and Type | Method and Description |
---|---|
void |
JJSOptionsImpl.setSourceLevel(SourceLevel sourceLevel) |
Modifier and Type | Field and Description |
---|---|
static SourceLevel |
SourceLevel.DEFAULT_SOURCE_LEVEL
The default java sourceLevel.
|
Modifier and Type | Method and Description |
---|---|
static SourceLevel |
SourceLevel.fromString(String sourceLevelString)
Returns the SourceLevel given the string or alternate string representation; returns
null if none is found. |
static SourceLevel |
SourceLevel.getBestMatchingVersion(String javaVersionString) |
SourceLevel |
OptionSourceLevel.getSourceLevel() |
static SourceLevel |
SourceLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceLevel[] |
SourceLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionSourceLevel.setSourceLevel(SourceLevel level) |
Copyright © 2018. All rights reserved.