org.scalajs.core.tools.javascript.Printers

ReverseSourceMapPrinter

class ReverseSourceMapPrinter extends JSTreePrinter

Prints a tree to find original locations based on line numbers.

Linear Supertypes
JSTreePrinter, IndentationManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReverseSourceMapPrinter
  2. JSTreePrinter
  3. IndentationManager
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseSourceMapPrinter(untilLine: Int)

    untilLine

    last 0-based line the positions should be recorded for

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def apply(x: Int): Position

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def complete(): Unit

    Definition Classes
    JSTreePrinter
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def indent(): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  16. var indentMargin: Int

    Attributes
    protected
    Definition Classes
    IndentationManager
  17. val indentStep: Int

    Attributes
    protected
    Definition Classes
    IndentationManager
  18. var indentString: String

    Attributes
    protected
    Definition Classes
    IndentationManager
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val out: Writer

    Attributes
    protected
    Definition Classes
    JSTreePrinter → IndentationManager
  24. def print(args: Any*): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  25. def printArgs(args: List[Tree]): Unit

    Attributes
    protected
    Definition Classes
    JSTreePrinter
  26. def printBlock(tree: Tree): Unit

    Attributes
    protected
    Definition Classes
    JSTreePrinter
  27. def printColumn(ts: List[Any], start: String, sep: String, end: String): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  28. def printIdent(ident: Ident): Unit

    Attributes
    protected
    Definition Classes
    ReverseSourceMapPrinterJSTreePrinter
  29. def printOne(arg: Any): Unit

    Definition Classes
    JSTreePrinter → IndentationManager
  30. def printRow(ts: List[Any], sep: String): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  31. def printRow(ts: List[Any], start: String, sep: String, end: String): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  32. final def printSeq[A](ls: List[A])(printelem: (A) ⇒ Unit)(printsep: (A) ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
    Annotations
    @tailrec()
  33. def printSig(args: List[ParamDef]): Unit

    Attributes
    protected
    Definition Classes
    JSTreePrinter
  34. def printStat(tree: Tree): Unit

    Definition Classes
    JSTreePrinter
  35. def printString(s: String): Unit

    Attributes
    protected
    Definition Classes
    ReverseSourceMapPrinterJSTreePrinter
  36. def printTopLevelTree(tree: Tree): Unit

    Definition Classes
    JSTreePrinter
  37. def printTree(tree: Tree, isStat: Boolean): Unit

    Definition Classes
    ReverseSourceMapPrinterJSTreePrinter
  38. def println(): Unit

    Definition Classes
    ReverseSourceMapPrinterJSTreePrinter → IndentationManager
  39. def reverseSourceMap(tree: Tree): Unit

  40. def shouldPrintSepAfterTree(tree: Tree): Boolean

    Attributes
    protected
    Definition Classes
    JSTreePrinter
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. def undent(): Unit

    Attributes
    protected
    Definition Classes
    IndentationManager
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JSTreePrinter

Inherited from IndentationManager

Inherited from AnyRef

Inherited from Any

Ungrouped