See: Description
Interface | Description |
---|---|
Base64VLQ.CharIterator |
A simple interface for advancing through a sequence of characters, that
communicates that advance back to the source.
|
SourceMapConsumer |
A SourceMapConsumer is a SourceMapping provide that can parse from a raw
string.
|
SourceMapConsumerV3.Entry |
Represents a mapping entry in the source map.
|
SourceMapConsumerV3.EntryVisitor | |
SourceMapGenerator |
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes
|
SourceMapGeneratorV3.ExtensionMergeAction |
This interface provides the merging strategy when an extension conflict
appears because of merging two source maps on method
SourceMapGeneratorV3.mergeMapSection(int, int, java.lang.String) . |
SourceMapGeneratorV3.MappingVisitor | |
SourceMapping |
Interface for provide a way of mapping (line, column) positions back to
positions in the original (uncompiled) source code.
|
SourceMappingReversable |
A SourceMappingReversable is a SourceMapping that can provide the reverse
(source --> target) source mapping.
|
SourceMapSupplier |
A class for mapping source map names to the actual contents.
|
Class | Description |
---|---|
Base64 |
A utility class for working with Base64 values.
|
Base64VLQ |
We encode our variable length numbers as base64 encoded strings with
the least significant digit coming first.
|
FilePosition |
Represents a position in a source file.
|
SourceMapConsumerFactory |
GWT compatible no-op replacement of
SourceMapConsumerFactory |
SourceMapConsumerFactory |
Detect and parse the provided source map.
|
SourceMapConsumerV3 |
GWT compatible no-op replacement of
SourceMapConsumerV3 |
SourceMapConsumerV3 |
Class for parsing version 3 of the SourceMap format, as produced by the
Closure Compiler, etc.
|
SourceMapConsumerV3.DefaultSourceMapSupplier | |
SourceMapConsumerV3.NamedEntry |
This class represents a portion of the generated file, that is mapped
to a section in the original source, and is associated with a name.
|
SourceMapConsumerV3.StringCharIterator |
A implementation of the Base64VLQ CharIterator used for decoding the
mappings encoded in the JSON string.
|
SourceMapConsumerV3.UnmappedEntry |
This class represents a portion of the generated file, that is not mapped
to a section in the original source.
|
SourceMapConsumerV3.UnnamedEntry |
This class represents a portion of the generated file, that is mapped
to a section in the original source.
|
SourceMapGeneratorFactory | |
SourceMapGeneratorV3 |
GWT compatible no-op replacement for
SourceMapGeneratorV3 |
SourceMapGeneratorV3 |
Collects information mapping the generated (compiled) source back to
its original source for debugging purposes.
|
SourceMapGeneratorV3.Mapping |
A mapping from a given position in an input source file to a given position
in the generated code.
|
SourceMapSection |
A class representing a partial source map.
|
Util |
Enum | Description |
---|---|
SourceMapFormat |
A list of currently support SourceMap format revisions.
|
SourceMapSection.SectionType |
Exception | Description |
---|---|
SourceMapParseException |
Throw if an invalid or unknown source map is encountered.
|