Package | Description |
---|---|
com.google.debugging.sourcemap |
Provides utilities to the creation and use of source maps.
|
Modifier and Type | Class and Description |
---|---|
private class |
SourceMapGeneratorV3.LineMapper |
private class |
SourceMapGeneratorV3.UsedMappingCheck
Mark any visited mapping as "used".
|
Modifier and Type | Method and Description |
---|---|
private void |
SourceMapGeneratorV3.MappingTraversal.maybeVisit(SourceMapGeneratorV3.MappingVisitor v,
SourceMapGeneratorV3.Mapping m)
Write any needed entries from the current position to the end of the
provided mapping.
|
private void |
SourceMapGeneratorV3.MappingTraversal.maybeVisitParent(SourceMapGeneratorV3.MappingVisitor v,
SourceMapGeneratorV3.Mapping parent,
SourceMapGeneratorV3.Mapping m)
Write any needed entries to complete the provided mapping.
|
(package private) void |
SourceMapGeneratorV3.MappingTraversal.traverse(SourceMapGeneratorV3.MappingVisitor v) |
private void |
SourceMapGeneratorV3.MappingTraversal.visit(SourceMapGeneratorV3.MappingVisitor v,
SourceMapGeneratorV3.Mapping m,
int nextLine,
int nextCol)
Write any entries needed between the current position the next position
and update the current position.
|