Packages

c

scala.tools.nsc.ast.Printers

CompactTreePrinter

class CompactTreePrinter extends Global.AstTreePrinter

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
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 StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CompactTreePrinter(out: PrintWriter)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toany2stringadd[Global.CompactTreePrinter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Global.CompactTreePrinter, B)
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toArrowAssoc[Global.CompactTreePrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def allStatements(t: Global.Tree): List[Global.Tree]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def blankForName(name: Global.Name): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  9. def blankForOperatorName(name: Global.Name): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  10. def checkForBlank(cond: Boolean): String
    Attributes
    protected
    Definition Classes
    TreePrinter
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def comment(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  13. val commentsRequired: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  14. def ensuring(cond: (Global.CompactTreePrinter) => Boolean, msg: => Any): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Global.CompactTreePrinter) => Boolean): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Global.CompactTreePrinter
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toEnsuring[Global.CompactTreePrinter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def indent(): Unit
    Definition Classes
    TreePrinter
  24. var indentMargin: Int
    Attributes
    protected
    Definition Classes
    TreePrinter
  25. val indentStep: Int
    Attributes
    protected
    Definition Classes
    TreePrinter
  26. var indentString: String
    Attributes
    protected
    Definition Classes
    TreePrinter
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def parenthesize(condition: Boolean, open: String, close: String)(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  32. def print(args: Any*): Unit
    Definition Classes
    TreePrinter → TreePrinter → TreePrinter
  33. def printAnnotations(tree: Global.MemberDef): Unit
    Definition Classes
    TreePrinter
  34. def printBlock(stats: List[Global.Tree], expr: Global.Tree): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  35. def printBlock(tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  36. def printCaseDef(tree: Global.CaseDef): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  37. def printColumn(ts: List[Global.Tree], start: String, sep: String, end: String): Unit
    Definition Classes
    TreePrinter
  38. def printDefDef(tree: Global.DefDef, resultName: => String)(printTypeSignature: => Unit)(printRhs: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  39. def printFlags(flags: Long, privateWithin: String): Unit
    Definition Classes
    TreePrinter
  40. def printFunction(tree: Global.Function)(printValueParams: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  41. val printIds: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  42. def printImplicitInParamsList(vds: List[Global.ValDef]): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  43. def printImport(tree: Global.Import, resSelect: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  44. val printKinds: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  45. def printLabelParam(p: Global.Ident): Unit
    Definition Classes
    TreePrinter
  46. def printLabelParams(ps: List[Global.Ident]): Unit
    Definition Classes
    TreePrinter
  47. def printLogicalAnd(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit
  48. def printLogicalOp(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean), op: String): Unit
  49. def printLogicalOr(t1: (Global.Tree, Boolean), t2: (Global.Tree, Boolean)): Unit
  50. val printMirrors: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  51. def printModifiers(tree: Global.Tree, mods: Global.Modifiers): Unit
    Definition Classes
    TreePrinter
  52. def printOpt(prefix: String, tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  53. val printOwners: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  54. def printPackageDef(tree: Global.PackageDef, separator: String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  55. def printPosition(tree: Global.Tree): Unit
    Definition Classes
    TreePrinter
  56. val printPositions: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  57. def printRow(ts: List[Global.Tree], start: String, sep: String, end: String): Unit
    Definition Classes
    CompactTreePrinter → TreePrinter
  58. def printRow(ts: List[Global.Tree], sep: String): Unit
    Definition Classes
    TreePrinter
  59. def printSeq[a](ls: List[a])(printelem: (a) => Unit)(printsep: => Unit): Unit
    Definition Classes
    TreePrinter
  60. def printSuper(tree: Global.Super, resultName: => String, checkSymbol: Boolean): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  61. def printTParam(td: Global.TypeDef): Unit
    Definition Classes
    TreePrinter
  62. def printThis(tree: Global.This, resultName: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  63. def printTree(tree: Global.Tree): Unit
    Definition Classes
    CompactTreePrinter → TreePrinter
  64. def printTypeDef(tree: Global.TypeDef, resultName: => String): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  65. def printTypeParams(ts: List[Global.TypeDef]): Unit
    Definition Classes
    TreePrinter
  66. val printTypes: Boolean
    Attributes
    protected
    Definition Classes
    TreePrinter
  67. def printTypesInfo(tree: Global.Tree): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  68. def printVParam(vd: Global.ValDef): Unit
    Definition Classes
    TreePrinter
  69. def printValDef(tree: Global.ValDef, resultName: => String)(printTypeSignature: => Unit)(printRhs: => Unit): Unit
    Attributes
    protected
    Definition Classes
    TreePrinter
  70. def printValueParams(ts: List[Global.ValDef], inParentheses: Boolean): Unit
    Definition Classes
    TreePrinter
  71. def println(): Unit
    Definition Classes
    TreePrinter
  72. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  73. def toString(): String
    Definition Classes
    AnyRef → Any
  74. def undent(): Unit
    Definition Classes
    TreePrinter
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. def withIds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  79. def withKinds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  80. def withMirrors: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  81. def withOwners: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  82. def withPositions: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  83. def withTypes: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  84. def withoutIds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  85. def withoutKinds: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  86. def withoutMirrors: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  87. def withoutOwners: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  88. def withoutPositions: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter
  89. def withoutTypes: CompactTreePrinter.this.type
    Definition Classes
    TreePrinter

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toStringFormat[Global.CompactTreePrinter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Global.CompactTreePrinter, B)
    Implicit
    This member is added by an implicit conversion from Global.CompactTreePrinter toArrowAssoc[Global.CompactTreePrinter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from Global.TreePrinter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromGlobal.CompactTreePrinter to any2stringadd[Global.CompactTreePrinter]

Inherited by implicit conversion StringFormat fromGlobal.CompactTreePrinter to StringFormat[Global.CompactTreePrinter]

Inherited by implicit conversion Ensuring fromGlobal.CompactTreePrinter to Ensuring[Global.CompactTreePrinter]

Inherited by implicit conversion ArrowAssoc fromGlobal.CompactTreePrinter to ArrowAssoc[Global.CompactTreePrinter]

Ungrouped