com.google.gwt.core.ext.soyc
Class SourceMapRecorderExt
java.lang.Object
com.google.gwt.core.ext.soyc.SourceMapRecorder
com.google.gwt.core.ext.soyc.SourceMapRecorderExt
public class SourceMapRecorderExt
- extends SourceMapRecorder
Creates Closure Compatible SourceMaps with named ranges.
|
Method Summary |
protected java.lang.String |
getName(com.google.gwt.dev.jjs.SourceInfo sourceInfo)
Returns the given name to a sourceInfo. |
static java.util.List<SyntheticArtifact> |
makeSourceMapArtifacts(int permutationId,
java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps)
|
protected void |
updateSourceMap(com.google.gwt.thirdparty.debugging.sourcemap.SourceMapGeneratorV3 generator,
int fragment)
Updates the source map with extra information, like extensions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERMUTATION_EXT
public static final java.lang.String PERMUTATION_EXT
- See Also:
- Constant Field Values
SourceMapRecorderExt
protected SourceMapRecorderExt(int permutationId)
makeSourceMapArtifacts
public static java.util.List<SyntheticArtifact> makeSourceMapArtifacts(int permutationId,
java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps)
updateSourceMap
protected void updateSourceMap(com.google.gwt.thirdparty.debugging.sourcemap.SourceMapGeneratorV3 generator,
int fragment)
throws com.google.gwt.thirdparty.debugging.sourcemap.SourceMapParseException
- Description copied from class:
SourceMapRecorder
- Updates the source map with extra information, like extensions.
- Overrides:
updateSourceMap in class SourceMapRecorder
- Throws:
com.google.gwt.thirdparty.debugging.sourcemap.SourceMapParseException
getName
protected java.lang.String getName(com.google.gwt.dev.jjs.SourceInfo sourceInfo)
- Description copied from class:
SourceMapRecorder
- Returns the given name to a sourceInfo.
- Overrides:
getName in class SourceMapRecorder