Uses of Class
com.google.debugging.sourcemap.SourceMapFormat
-
Packages that use SourceMapFormat Package Description com.google.debugging.sourcemap -
-
Uses of SourceMapFormat in com.google.debugging.sourcemap
Methods in com.google.debugging.sourcemap that return SourceMapFormat Modifier and Type Method Description static SourceMapFormat
SourceMapFormat. valueOf(java.lang.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.Methods in com.google.debugging.sourcemap with parameters of type SourceMapFormat Modifier and Type Method Description static SourceMapGenerator
SourceMapGeneratorFactory. getInstance(SourceMapFormat format)
-