Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Method and Description |
---|---|
static SourceMapFormat |
SourceMapFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceMapFormat[] |
SourceMapFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SourceMapGenerator |
SourceMapGeneratorFactory.getInstance(SourceMapFormat format) |
Copyright © 2009-2015 Google. All Rights Reserved.