scala.reflect.internal

TreePrinters

trait TreePrinters extends TreePrinters

Self Type
SymbolTable
Source
TreePrinters.scala
Linear Supertypes
TreePrinters, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TreePrinters
  2. TreePrinters
  3. AnyRef
  4. 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 TreePrinter extends TreePrinter

    Definition Classes
    TreePrinters → 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def backquotedPath(t: Tree): String

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

  11. def clone(): AnyRef

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

  13. 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
  14. 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
  15. 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
  16. 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
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. 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()
  21. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  25. def newTreePrinter(): TreePrinter

  26. def newTreePrinter(stream: OutputStream): TreePrinter

  27. def newTreePrinter(writer: PrintWriter): TreePrinter

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

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

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

  31. def quotedName(name: Name): String

  32. def quotedName(name: Name, decode: Boolean): String

    Adds backticks if the name is a scala keyword.

  33. 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
  34. 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
  35. def show(tree: Tree, mkPrinter: (PrintWriter) ⇒ TreePrinter): String

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

  37. def showRaw(tree: Tree): String

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

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

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

    Hook for extensions

  45. 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 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]