scala.tools.nsc

NewLinePrintWriter

class NewLinePrintWriter extends PrintWriter

Linear Supertypes
PrintWriter, Writer, Flushable, Closeable, Appendable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NewLinePrintWriter
  2. PrintWriter
  3. Writer
  4. Flushable
  5. Closeable
  6. Appendable
  7. AnyRef
  8. 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 NewLinePrintWriter(out: Writer)

  2. new NewLinePrintWriter(out: Writer, autoFlush: Boolean)

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

    Implicit information
    This member is added by an implicit conversion from NewLinePrintWriter to ArrowAssoc[NewLinePrintWriter] 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 append(arg0: Char): PrintWriter

    Definition Classes
    PrintWriter → Writer → Appendable
  9. def append(arg0: CharSequence, arg1: Int, arg2: Int): PrintWriter

    Definition Classes
    PrintWriter → Writer → Appendable
  10. def append(arg0: CharSequence): PrintWriter

    Definition Classes
    PrintWriter → Writer → Appendable
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def checkError(): Boolean

    Definition Classes
    PrintWriter
  13. def clearError(): Unit

    Attributes
    protected[java.io]
    Definition Classes
    PrintWriter
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def close(): Unit

    Definition Classes
    PrintWriter → Writer → Closeable
  16. def ensuring(cond: (NewLinePrintWriter) ⇒ Boolean, msg: ⇒ Any): NewLinePrintWriter

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def flush(): Unit

    Definition Classes
    PrintWriter → Writer → Flushable
  24. def format(arg0: Locale, arg1: String, arg2: <repeated...>[AnyRef]): PrintWriter

    Definition Classes
    PrintWriter
  25. def format(arg0: String, arg1: <repeated...>[AnyRef]): PrintWriter

    Definition Classes
    PrintWriter
  26. def formatted(fmtstr: String): String

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def print(arg0: Any): Unit

    Definition Classes
    PrintWriter
  34. def print(arg0: String): Unit

    Definition Classes
    PrintWriter
  35. def print(arg0: Array[Char]): Unit

    Definition Classes
    PrintWriter
  36. def print(arg0: Double): Unit

    Definition Classes
    PrintWriter
  37. def print(arg0: Float): Unit

    Definition Classes
    PrintWriter
  38. def print(arg0: Long): Unit

    Definition Classes
    PrintWriter
  39. def print(arg0: Int): Unit

    Definition Classes
    PrintWriter
  40. def print(arg0: Char): Unit

    Definition Classes
    PrintWriter
  41. def print(arg0: Boolean): Unit

    Definition Classes
    PrintWriter
  42. def printf(arg0: Locale, arg1: String, arg2: <repeated...>[AnyRef]): PrintWriter

    Definition Classes
    PrintWriter
  43. def printf(arg0: String, arg1: <repeated...>[AnyRef]): PrintWriter

    Definition Classes
    PrintWriter
  44. def println(): Unit

    Definition Classes
    NewLinePrintWriter → PrintWriter
  45. def println(arg0: Any): Unit

    Definition Classes
    PrintWriter
  46. def println(arg0: String): Unit

    Definition Classes
    PrintWriter
  47. def println(arg0: Array[Char]): Unit

    Definition Classes
    PrintWriter
  48. def println(arg0: Double): Unit

    Definition Classes
    PrintWriter
  49. def println(arg0: Float): Unit

    Definition Classes
    PrintWriter
  50. def println(arg0: Long): Unit

    Definition Classes
    PrintWriter
  51. def println(arg0: Int): Unit

    Definition Classes
    PrintWriter
  52. def println(arg0: Char): Unit

    Definition Classes
    PrintWriter
  53. def println(arg0: Boolean): Unit

    Definition Classes
    PrintWriter
  54. def setError(): Unit

    Attributes
    protected[java.io]
    Definition Classes
    PrintWriter
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def write(arg0: String): Unit

    Definition Classes
    PrintWriter → Writer
  61. def write(arg0: String, arg1: Int, arg2: Int): Unit

    Definition Classes
    PrintWriter → Writer
  62. def write(arg0: Array[Char]): Unit

    Definition Classes
    PrintWriter → Writer
  63. def write(arg0: Array[Char], arg1: Int, arg2: Int): Unit

    Definition Classes
    PrintWriter → Writer
  64. def write(arg0: Int): Unit

    Definition Classes
    PrintWriter → Writer
  65. def [B](y: B): (NewLinePrintWriter, B)

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

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

Deprecated Value Members

  1. def x: NewLinePrintWriter

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: NewLinePrintWriter

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from PrintWriter

Inherited from Writer

Inherited from Flushable

Inherited from Closeable

Inherited from Appendable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from NewLinePrintWriter to StringAdd

Inherited by implicit conversion any2stringfmt from NewLinePrintWriter to StringFormat

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

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

Ungrouped