Interface SourceMapConsumer

  • All Superinterfaces:
    SourceMapping
    All Known Implementing Classes:
    SourceMapConsumerV3

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void parse​(java.lang.String contents)
      Parses the given contents containing a source map to provide initialize a class providing SourceMapping.