Class SourceMap.Mapping

  • Enclosing class:
    SourceMap

    public static class SourceMap.Mapping
    extends java.lang.Object
    Maintains a mapping from a given node to the position in the source code at which its generated form was placed. The positions are typically relative to the source file the node is located in, but might be adjusted if that source is being concatenated to other sources.
    • Constructor Summary

      Constructors 
      Constructor Description
      Mapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Mapping

        public Mapping()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object