class SourceMapStratum extends AnyRef
- Source
- SourceMap.scala
- Alphabetic
- By Inheritance
- SourceMapStratum
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SourceMapStratum(name: String)
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to any2stringadd[SourceMapStratum] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SourceMapStratum, B)
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to ArrowAssoc[SourceMapStratum] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
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.
-
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.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
ensuring(cond: (SourceMapStratum) ⇒ Boolean, msg: ⇒ Any): SourceMapStratum
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to Ensuring[SourceMapStratum] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SourceMapStratum) ⇒ Boolean): SourceMapStratum
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to Ensuring[SourceMapStratum] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SourceMapStratum
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to Ensuring[SourceMapStratum] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SourceMapStratum
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to Ensuring[SourceMapStratum] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var files: ArrayList[(String, String)]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to StringFormat[SourceMapStratum] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lines: ArrayList[LineInfo]
- def mapToStratum(line: Int): Option[(String, Int)]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
optimize(): Unit
Combines consecutive LineInfos wherever possible
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (SourceMapStratum, B)
- Implicit
- This member is added by an implicit conversion from SourceMapStratum to ArrowAssoc[SourceMapStratum] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc