scala.tools.nsc.ast

Printers

trait Printers extends reflect.internal.Printers

Self Type
Global
Linear Supertypes
reflect.internal.Printers, reflect.api.Printers, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Printers
  2. Printers
  3. Printers
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  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. case class BooleanFlag extends Product with Serializable

    Definition Classes
    Printers
  2. class CompactTreePrinter extends Global.TreePrinter

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

  3. class RawTreePrinter extends reflect.internal.SymbolTable.TreePrinter

    Definition Classes
    Printers
  4. class SafeTreePrinter extends Global.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.

  5. class TreeMatchTemplate extends AnyRef

  6. class TreePrinter extends Global.TreePrinter

    Definition Classes
    Printers → Printers → Printers

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 Printers to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Printers, B)

    Implicit information
    This member is added by an implicit conversion from Printers to ArrowAssoc[Printers] 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 BooleanFlag extends Serializable

    Definition Classes
    Printers
  9. object ConsoleWriter extends Writer

    Definition Classes
    Printers
  10. def asCompactDebugString(t: Global.Tree): String

  11. def asCompactString(t: Global.Tree): String

  12. final def asInstanceOf[T0]: T0

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

  14. def backquotedPath(t: Global.Tree): String

    Definition Classes
    Printers
  15. def clone(): AnyRef

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

    Definition Classes
    Printers
  17. def ensuring(cond: (Printers) ⇒ Boolean, msg: ⇒ Any): Printers

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String

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

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

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

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

    Definition Classes
    AnyRef
  29. def newCompactTreePrinter(): Global.CompactTreePrinter

  30. def newCompactTreePrinter(stream: OutputStream): Global.CompactTreePrinter

  31. def newCompactTreePrinter(writer: PrintWriter): Global.CompactTreePrinter

  32. def newRawTreePrinter(): Global.RawTreePrinter

    Definition Classes
    Printers
  33. def newRawTreePrinter(stream: OutputStream): Global.RawTreePrinter

    Definition Classes
    Printers
  34. def newRawTreePrinter(writer: PrintWriter): Global.RawTreePrinter

    Definition Classes
    Printers → Printers
  35. def newStandardTreePrinter(): Global.TreePrinter

  36. def newStandardTreePrinter(stream: OutputStream): Global.TreePrinter

  37. def newStandardTreePrinter(writer: PrintWriter): Global.TreePrinter

  38. def newTreePrinter(): Global.TreePrinter

    Definition Classes
    Printers → Printers
  39. def newTreePrinter(stream: OutputStream): Global.TreePrinter

    Definition Classes
    Printers → Printers
  40. def newTreePrinter(writer: PrintWriter): Global.TreePrinter

    Definition Classes
    Printers → Printers → Printers
  41. final def notify(): Unit

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

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

    Definition Classes
    Printers
  44. def quotedName(name: Global.Name): String

    Definition Classes
    Printers
  45. def quotedName(name: Global.Name, decode: Boolean): String

    Definition Classes
    Printers
  46. def render(what: Any, mkPrinter: (PrintWriter) ⇒ Global.TreePrinter, printTypes: Global.BooleanFlag, printIds: Global.BooleanFlag, printKinds: Global.BooleanFlag, printMirrors: Global.BooleanFlag): String

    Attributes
    protected
    Definition Classes
    Printers
  47. def show(flags: Global.FlagSet): String

    Definition Classes
    Printers → Printers
  48. def show(name: Global.Name): String

    Definition Classes
    Printers → Printers
  49. def show(any: Any, printTypes: Global.BooleanFlag, printIds: Global.BooleanFlag, printKinds: Global.BooleanFlag, printMirrors: Global.BooleanFlag): String

    Definition Classes
    Printers
  50. final val showOuterTests: Boolean(false)

    Definition Classes
    Printers
  51. def showRaw(flags: Global.FlagSet): String

    Definition Classes
    Printers
  52. def showRaw(name: Global.Name): String

    Definition Classes
    Printers
  53. def showRaw(any: Any, printTypes: Global.BooleanFlag, printIds: Global.BooleanFlag, printKinds: Global.BooleanFlag, printMirrors: Global.BooleanFlag): String

    Definition Classes
    Printers
  54. def symName(tree: Global.Tree, name: Global.Name): String

    Definition Classes
    Printers
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def treeToString(tree: Global.Tree): String

    Attributes
    protected
    Definition Classes
    Printers
  58. final def wait(): Unit

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

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

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

    Definition Classes
    Printers → Printers
  62. def [B](y: B): (Printers, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Printers to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (printers: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Printers to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (printers: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Printers

    Implicit information
    This member is added by an implicit conversion from Printers to ArrowAssoc[Printers] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (printers: ArrowAssoc[Printers]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Printers

    Implicit information
    This member is added by an implicit conversion from Printers to Ensuring[Printers] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (printers: Ensuring[Printers]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from reflect.internal.Printers

Inherited from reflect.api.Printers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Printers to StringAdd

Inherited by implicit conversion any2stringfmt from Printers to StringFormat

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

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

Ungrouped