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 StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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 TreePrinter extends Global.TreePrinter

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[Printers] performed by method StringAdd 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 ArrowAssoc 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 Ensuring 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 Ensuring 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 Ensuring 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 Ensuring 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[Printers] performed by method StringFormat 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(writer: PrintWriter): Global.CompactTreePrinter

  30. def newRawTreePrinter(writer: PrintWriter): Global.RawTreePrinter

    Definition Classes
    Printers → Printers
  31. def newStandardTreePrinter(writer: PrintWriter): Global.TreePrinter

  32. def newTreePrinter(): Global.TreePrinter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

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

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

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

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

Inherited from reflect.internal.Printers

Inherited from reflect.api.Printers

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from Printers to StringAdd[Printers]

Inherited by implicit conversion StringFormat from Printers to StringFormat[Printers]

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

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

Ungrouped