Package | Description |
---|---|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.ext.soyc |
This package contains interfaces that provide access to
"Story of Your Compile" information.
|
com.google.gwt.core.ext.soyc.coderef | |
com.google.gwt.core.ext.soyc.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.js |
Modifier and Type | Method and Description |
---|---|
JsSourceMap |
JsSourceMapBuilder.build() |
JsSourceMap |
JsSourceMapExtractor.extract(int typeStartPosition,
int typeEndPosition,
int typeStartLineNumber,
int typeEndLineNumber) |
Modifier and Type | Method and Description |
---|---|
void |
JsSourceMapBuilder.append(JsSourceMap jsSourceMap) |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
SourceMapRecorder.exec(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list.
|
static List<SyntheticArtifact> |
SourceMapRecorder.execWithJavaNames(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list, with JavaScript-to-Java
name mappings included.
|
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
EntityRecorder.makeSoycArtifacts(int permutationId,
List<JsSourceMap> sourceInfoMaps,
String sourceMapFilePrefix,
JavaToJavaScriptMap jjsmap,
SizeBreakdown[] sizeBreakdowns,
DependencyGraphRecorder codeGraph,
JProgram jprogram) |
Modifier and Type | Method and Description |
---|---|
static void |
StoryRecorder.recordStories(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js)
Used to record dependencies of a program.
|
protected void |
StoryRecorder.recordStoriesImpl(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js) |
Modifier and Type | Method and Description |
---|---|
JsSourceMap |
MinimalRebuildCache.getSourceMap(String typeName) |
JsSourceMap |
NullRebuildCache.getSourceMap(String typeName) |
Modifier and Type | Method and Description |
---|---|
void |
MinimalRebuildCache.setSourceMapForType(String typeName,
JsSourceMap sourceMap) |
void |
NullRebuildCache.setSourceMapForType(String typeName,
JsSourceMap sourceMap) |
Modifier and Type | Field and Description |
---|---|
protected JsSourceMap |
JsAbstractTextTransformer.sourceInfoMap |
Modifier and Type | Method and Description |
---|---|
JsSourceMap |
JsAbstractTextTransformer.getSourceInfoMap() |
Constructor and Description |
---|
JsAbstractTextTransformer(String js,
StatementRanges statementRanges,
JsSourceMap sourceInfoMap) |
JsFunctionClusterer(String js,
StatementRanges statementRanges,
JsSourceMap sourceInfoMap) |
JsNoopTransformer(String js,
StatementRanges statementRanges,
JsSourceMap sourceInfoMap) |
Modifier and Type | Method and Description |
---|---|
JsSourceMap |
JsSourceGenerationVisitorWithSizeBreakdown.getSourceInfoMap() |
JsSourceMap |
JsReportGenerationVisitor.getSourceInfoMap() |
Copyright © 2018. All rights reserved.