scala.tools.nsc.ast.Printers

CompactTreePrinter

class CompactTreePrinter extends Global.TreePrinter

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

Source
Printers.scala
Linear Supertypes
Global.TreePrinter, Global.TreePrinter, Global.TreePrinter, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompactTreePrinter
  2. TreePrinter
  3. TreePrinter
  4. TreePrinter
  5. AnyRef
  6. 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

Instance Constructors

  1. new CompactTreePrinter(out: PrintWriter)

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

    Implicit information
    This member is added by an implicit conversion from Global.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter] 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 allStatements(t: Global.Tree): List[Global.Tree]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def ensuring(cond: (Global.CompactTreePrinter) ⇒ Boolean, msg: ⇒ Any): Global.CompactTreePrinter

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TreePrinter
  22. var indentMargin: Int

    Attributes
    protected
    Definition Classes
    TreePrinter
  23. val indentStep: Int

    Attributes
    protected
    Definition Classes
    TreePrinter
  24. var indentString: String

    Attributes
    protected
    Definition Classes
    TreePrinter
  25. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def print(args: Any*): Unit

    Definition Classes
    TreePrinter → TreePrinter → TreePrinter
  30. def printAnnotations(tree: Global.Tree): Unit

    Definition Classes
    TreePrinter
  31. def printBlock(tree: Global.Tree): Unit

    Definition Classes
    TreePrinter
  32. def printColumn(ts: List[Global.Tree], start: String, sep: String, end: String): Unit

    Definition Classes
    TreePrinter
  33. def printFlags(flags: Long, privateWithin: String): Unit

    Definition Classes
    TreePrinter
  34. var printIds: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  35. var printKinds: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  36. def printLabelParam(p: Global.Ident): Unit

    Definition Classes
    TreePrinter
  37. def printLabelParams(ps: List[Global.Ident]): Unit

    Definition Classes
    TreePrinter
  38. def printLogicalAnd(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit

  39. def printLogicalOp(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean), op: String): Unit

  40. def printLogicalOr(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit

  41. var printMirrors: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  42. def printModifiers(tree: Global.Tree, mods: Global.Modifiers): Unit

    Definition Classes
    TreePrinter
  43. def printOpt(prefix: String, tree: Global.Tree): Unit

    Definition Classes
    TreePrinter
  44. def printParam(tree: Global.Tree): Unit

    Definition Classes
    TreePrinter
  45. def printPosition(tree: Global.Tree): Unit

    Definition Classes
    TreePrinter
  46. var printPositions: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  47. def printRow(ts: List[Global.Tree], start: String, sep: String, end: String): Unit

    Definition Classes
    CompactTreePrinter → TreePrinter
  48. def printRow(ts: List[Global.Tree], sep: String): Unit

    Definition Classes
    TreePrinter
  49. def printSeq[a](ls: List[a])(printelem: (a) ⇒ Unit)(printsep: ⇒ Unit): Unit

    Definition Classes
    TreePrinter
  50. def printTree(tree: Global.Tree): Unit

    Definition Classes
    CompactTreePrinter → TreePrinter
  51. def printTypeParams(ts: List[Global.TypeDef]): Unit

    Definition Classes
    TreePrinter
  52. var printTypes: Boolean

    Attributes
    protected
    Definition Classes
    TreePrinter
  53. def printValueParams(ts: List[Global.ValDef]): Unit

    Definition Classes
    TreePrinter
  54. def println(): Unit

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

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def undent(): Unit

    Definition Classes
    TreePrinter
  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 withIds: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  62. def withKinds: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  63. def withMirrors: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  64. def withPositions: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  65. def withTypes: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  66. def withoutIds: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  67. def withoutKinds: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  68. def withoutMirrors: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  69. def withoutPositions: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  70. def withoutTypes: CompactTreePrinter.this.type

    Definition Classes
    TreePrinter
  71. def [B](y: B): (Global.CompactTreePrinter, B)

    Implicit information
    This member is added by an implicit conversion from Global.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter] 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 Global.CompactTreePrinter 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:
    (compactTreePrinter: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Global.CompactTreePrinter 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:
    (compactTreePrinter: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Global.CompactTreePrinter

    Implicit information
    This member is added by an implicit conversion from Global.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter] 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:
    (compactTreePrinter: ArrowAssoc[Global.CompactTreePrinter]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Global.CompactTreePrinter

    Implicit information
    This member is added by an implicit conversion from Global.CompactTreePrinter to Ensuring[Global.CompactTreePrinter] 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:
    (compactTreePrinter: Ensuring[Global.CompactTreePrinter]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Global.CompactTreePrinter to StringAdd

Inherited by implicit conversion any2stringfmt from Global.CompactTreePrinter to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Global.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter]

Inherited by implicit conversion any2Ensuring from Global.CompactTreePrinter to Ensuring[Global.CompactTreePrinter]

Ungrouped