Class SourceMapConsumerV3

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Mapping.OriginalMapping getMappingForLine​(int lineNumber, int column)
      Returns the original mapping for the line number and column position found in the source map.
      java.util.Collection<java.lang.String> getOriginalSources()  
      java.util.Collection<Mapping.OriginalMapping> getReverseMapping​(java.lang.String originalFile, int line, int column)
      Given a source file, line, and column, return the reverse mapping (source --> target).
      void parse​(java.lang.String contents)
      Parses the given contents containing a source map.
      void parse​(java.lang.String contents, SourceMapSupplier sectionSupplier)
      Parses the given contents containing a source map.
      void parse​(org.json.JSONObject sourceMapRoot)
      Parses the given contents containing a source map.
      void parse​(org.json.JSONObject sourceMapRoot, SourceMapSupplier sectionSupplier)
      Parses the given contents containing a source map.
      void visitMappings​(SourceMapConsumerV3.EntryVisitor visitor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SourceMapConsumerV3

        public SourceMapConsumerV3()