GWT 2.6.0.vaadin2

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

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

public class SourceMapRecorderExt
extends SourceMapRecorder

Creates Closure Compatible SourceMaps with named ranges.


Field Summary
static java.lang.String PERMUTATION_EXT
           
 
Fields inherited from class com.google.gwt.core.ext.soyc.SourceMapRecorder
permutationId
 
Constructor Summary
protected SourceMapRecorderExt(int permutationId)
           
 
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 com.google.gwt.core.ext.soyc.SourceMapRecorder
recordSourceMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMUTATION_EXT

public static final java.lang.String PERMUTATION_EXT
See Also:
Constant Field Values
Constructor Detail

SourceMapRecorderExt

protected SourceMapRecorderExt(int permutationId)
Method Detail

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

GWT 2.6.0.vaadin2