scala.tools.nsc.ast

Printers

trait Printers extends Printers

Self Type
Global
Source
Printers.scala
Linear Supertypes
Printers, Printers, AnyRef, Any
Known Subclasses
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. 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
    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. def asCompactString(t: Tree): String

  9. final def asInstanceOf[T0]: T0

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

  11. def backquotedPath(t: Tree): String

    Definition Classes
    Printers
  12. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def newCompactTreePrinter(): CompactTreePrinter

  27. def newCompactTreePrinter(stream: OutputStream): CompactTreePrinter

  28. def newCompactTreePrinter(writer: PrintWriter): CompactTreePrinter

  29. def newRawTreePrinter(): RawTreePrinter

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

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

    Definition Classes
    Printers → Printers
  32. def newStandardTreePrinter(): TreePrinter

  33. def newStandardTreePrinter(stream: OutputStream): TreePrinter

  34. def newStandardTreePrinter(writer: PrintWriter): TreePrinter

  35. def newTreePrinter(): TreePrinter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

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

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

    Definition Classes
    Printers → Printers
  59. 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 Implict 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 Printers

Inherited from 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]