scala.tools.nsc.ast

TreePrinters

trait TreePrinters extends TreePrinters

Self Type
Global
Source
TreePrinters.scala
Linear Supertypes
TreePrinters, TreePrinters, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreePrinters
  2. TreePrinters
  3. TreePrinters
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CompactTreePrinter extends TreePrinter

    A tree printer which is stingier about vertical whitespace and unnecessary punctuation than the standard one.

  2. class SafeTreePrinter extends TreePrinter

    This must guarantee not to force any evaluation, so we can learn a little bit about trees in the midst of compilation without altering the natural course of events.

  3. class TreeMatchTemplate extends AnyRef

  4. class TreePrinter extends TreePrinter

    Definition Classes
    TreePrintersTreePrinters → TreePrinters

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from TreePrinters to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TreePrinters, B)

    Implicit information
    This member is added by an implicit conversion from TreePrinters to ArrowAssoc[TreePrinters] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. object ConsoleWriter extends Writer

    A writer that writes to the current Console and is sensitive to replacement of the Console's output stream.

  9. def asCompactString(t: Tree): String

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def asString(t: Tree): String

  12. def backquotedPath(t: Tree): String

    Turns a path into a String, introducing backquotes as necessary.

    Turns a path into a String, introducing backquotes as necessary.

    Definition Classes
    TreePrinters
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def decodedSymName(tree: Tree, name: Name): String

    Definition Classes
    TreePrinters
  15. def ensuring(cond: (TreePrinters) ⇒ Boolean, msg: ⇒ Any): TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to Ensuring[TreePrinters] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (TreePrinters) ⇒ Boolean): TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to Ensuring[TreePrinters] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to Ensuring[TreePrinters] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to Ensuring[TreePrinters] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from TreePrinters to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  27. def newCompactTreePrinter(): CompactTreePrinter

  28. def newCompactTreePrinter(stream: OutputStream): CompactTreePrinter

  29. def newCompactTreePrinter(writer: PrintWriter): CompactTreePrinter

  30. def newStandardTreePrinter(): TreePrinter

  31. def newStandardTreePrinter(stream: OutputStream): TreePrinter

  32. def newStandardTreePrinter(writer: PrintWriter): TreePrinter

  33. def newTreePrinter(): TreePrinter

    Definition Classes
    TreePrintersTreePrinters
  34. def newTreePrinter(stream: OutputStream): TreePrinter

    Definition Classes
    TreePrintersTreePrinters
  35. def newTreePrinter(writer: PrintWriter): TreePrinter

    Definition Classes
    TreePrintersTreePrinters → TreePrinters
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def quotedName(name: String): String

    Definition Classes
    TreePrinters
  39. def quotedName(name: Name): String

    Definition Classes
    TreePrinters
  40. def quotedName(name: Name, decode: Boolean): String

    Adds backticks if the name is a scala keyword.

    Adds backticks if the name is a scala keyword.

    Definition Classes
    TreePrinters
  41. val self: Any

    Implicit information
    This member is added by an implicit conversion from TreePrinters to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  42. val self: Any

    Implicit information
    This member is added by an implicit conversion from TreePrinters to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  43. def show(tree: Tree, mkPrinter: (PrintWriter) ⇒ TreePrinter): String

    Definition Classes
    TreePrinters
  44. final val showOuterTests: Boolean(false)

    Definition Classes
    TreePrinters
  45. def showRaw(tree: Tree): String

    Definition Classes
    TreePrinters
  46. def symName(tree: Tree, name: Name): String

    Definition Classes
    TreePrinters
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def xprintTree(treePrinter: TreePrinter, tree: Tree): Unit

    Hook for extensions

    Hook for extensions

    Definition Classes
    TreePrintersTreePrinters
  53. def [B](y: B): (TreePrinters, B)

    Implicit information
    This member is added by an implicit conversion from TreePrinters to ArrowAssoc[TreePrinters] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to ArrowAssoc[TreePrinters] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: TreePrinters

    Implicit information
    This member is added by an implicit conversion from TreePrinters to Ensuring[TreePrinters] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from TreePrinters

Inherited from TreePrinters

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from TreePrinters to StringFormat

Inherited by implicit conversion any2stringadd from TreePrinters to StringAdd

Inherited by implicit conversion any2ArrowAssoc from TreePrinters to ArrowAssoc[TreePrinters]

Inherited by implicit conversion any2Ensuring from TreePrinters to Ensuring[TreePrinters]