Interface SourceMapConsumer

All Superinterfaces:
SourceMapping
All Known Implementing Classes:
SourceMapConsumerV1, SourceMapConsumerV2, SourceMapConsumerV3

public interface SourceMapConsumer extends SourceMapping
A SourceMapConsumer is a SourceMapping provide that can parse from a raw string.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    parse(String contents)
    Parses the given contents containing a source map to provide initialize a class providing SourceMapping.

    Methods inherited from interface com.google.debugging.sourcemap.SourceMapping

    getMappingForLine