org.fusesource.scalate.util

SourceMapStratum

class SourceMapStratum extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SourceMapStratum
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SourceMapStratum (name: String)

Type Members

  1. class LineInfo extends AnyRef

    Represents a single LineSection in an SMAP, associated with a particular stratum.

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def addFile (filename: String, filePath: String): Int

    Adds record of a new file, by filename and path.

    Adds record of a new file, by filename and path. The path may be relative to a source compilation path.

    filename

    the filename to add, unqualified by path

    filePath

    the path for the filename, potentially relative to a source compilation path

  7. def addFile (filename: String): Int

    Adds record of a new file, by filename.

    Adds record of a new file, by filename.

    filename

    the filename to add, unqualified by path.

  8. def addLine (istart: Int, ifile: Int, icount: Int, oline: Int, oincrement: Int): Unit

    Adds complete information about a simple line mapping.

    Adds complete information about a simple line mapping. Specify all the fields in this method; the back-end machinery takes care of printing only those that are necessary in the final SMAP.

    istart

    starting line in the source file (SMAP InputStartLine)

    icount

    the number of lines in the input to map (SMAP LineFileCount)

    oline

    starting line in the output file (SMAP OutputStartLine)

    oincrement

    number of output lines to map to each input line (SMAP OutputLineIncrement). Given the fact that the name starts with "output", I continuously have the subconscious urge to call this field OutputLineExcrement.

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. var files : ArrayList[(String, String)]

  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. val lines : ArrayList[LineInfo]

  19. def mapToStratum (line: Int): Option[(String, Int)]

  20. val name : String

  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def optimize (): Unit

    Combines consecutive LineInfos wherever possible

  25. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  26. def toString (): String

    Returns the given stratum as a String: a StratumSection, followed by at least one FileSection and at least one LineSection.

    Returns the given stratum as a String: a StratumSection, followed by at least one FileSection and at least one LineSection.

    Definition Classes
    SourceMapStratum → AnyRef → Any
  27. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any