com.google.gwt.core.ext.soyc
Class SourceMapRecorder
java.lang.Object
com.google.gwt.core.ext.soyc.SourceMapRecorder
public class SourceMapRecorder
- extends java.lang.Object
Creates Closure Compatible SourceMaps.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceMapRecorder
public SourceMapRecorder()
makeSourceMapArtifacts
public static java.util.List<SyntheticArtifact> makeSourceMapArtifacts(java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps,
int permutationId)
recordSourceMap
public static void recordSourceMap(java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps,
java.util.List<SyntheticArtifact> artifacts,
int permutationId)