Uses of Interface
com.google.javascript.jscomp.SourceMap.LocationMapping
-
Packages that use SourceMap.LocationMapping Package Description com.google.javascript.jscomp Provides the core compiler and its public API. -
-
Uses of SourceMap.LocationMapping in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement SourceMap.LocationMapping Modifier and Type Class Description static classSourceMap.PrefixLocationMappingSimpleSourceMap.LocationMappingthat strips a prefix from a location.Fields in com.google.javascript.jscomp with type parameters of type SourceMap.LocationMapping Modifier and Type Field Description java.util.List<? extends SourceMap.LocationMapping>CompilerOptions. sourceMapLocationMappingsMethod parameters in com.google.javascript.jscomp with type arguments of type SourceMap.LocationMapping Modifier and Type Method Description voidSourceMap. setPrefixMappings(java.util.List<? extends SourceMap.LocationMapping> sourceMapLocationMappings)AbstractCommandLineRunner.CommandLineConfigAbstractCommandLineRunner.CommandLineConfig. setSourceMapLocationMappings(java.util.List<SourceMap.LocationMapping> locationMappings)The source map location mappings to use, if generated.voidCompilerOptions. setSourceMapLocationMappings(java.util.List<? extends SourceMap.LocationMapping> sourceMapLocationMappings)
-