Uses of Class
com.google.javascript.jscomp.SourceMap
-
Packages that use SourceMap Package Description com.google.javascript.jscomp -
-
Uses of SourceMap in com.google.javascript.jscomp
Fields in com.google.javascript.jscomp declared as SourceMap Modifier and Type Field Description SourceMap
Result. sourceMap
Methods in com.google.javascript.jscomp that return SourceMap Modifier and Type Method Description SourceMap
Compiler. getSourceMap()
Constructors in com.google.javascript.jscomp with parameters of type SourceMap Constructor Description Result(com.google.common.collect.ImmutableList<JSError> errors, com.google.common.collect.ImmutableList<JSError> warnings, VariableMap variableMap, VariableMap propertyMap, VariableMap namedAnonFunctionMap, SourceMap sourceMap, java.lang.String externExport)
Deprecated.
-