GWT 2.6.1

com.google.gwt.core.ext.soyc
Class SourceMapRecorder

java.lang.Object
  extended by com.google.gwt.core.ext.soyc.SourceMapRecorder

public class SourceMapRecorder
extends java.lang.Object

Creates Closure Compatible SourceMaps.


Constructor Summary
SourceMapRecorder()
           
 
Method Summary
static java.util.List<SyntheticArtifact> makeSourceMapArtifacts(java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps, int permutationId)
           
static void recordSourceMap(java.util.List<java.util.Map<Range,com.google.gwt.dev.jjs.SourceInfo>> sourceInfoMaps, java.util.List<SyntheticArtifact> artifacts, int permutationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMapRecorder

public SourceMapRecorder()
Method Detail

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)

GWT 2.6.1