org.fusesource.scalate.tool.commands.ToScaml

IndentPrintStream

class IndentPrintStream extends PrintStream

Source
ToScaml.scala
Linear Supertypes
PrintStream, Appendable, FilterOutputStream, OutputStream, Flushable, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IndentPrintStream
  2. PrintStream
  3. Appendable
  4. FilterOutputStream
  5. OutputStream
  6. Flushable
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. 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 IndentPrintStream(out: OutputStream)

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

    Implicit information
    This member is added by an implicit conversion from IndentPrintStream to ArrowAssoc[IndentPrintStream] 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): PrintStream

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

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

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

    Definition Classes
    Any
  12. def checkError(): Boolean

    Definition Classes
    PrintStream
  13. def clearError(): Unit

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

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

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream → Closeable → AutoCloseable
  16. def ensuring(cond: (IndentPrintStream) ⇒ Boolean, msg: ⇒ Any): IndentPrintStream

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

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

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

    Implicit information
    This member is added by an implicit conversion from IndentPrintStream to Ensuring[IndentPrintStream] 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
    PrintStream → FilterOutputStream → OutputStream → Flushable
  24. def format(arg0: Locale, arg1: String, arg2: <repeated...>[AnyRef]): PrintStream

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

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

    Implicit information
    This member is added by an implicit conversion from IndentPrintStream 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. def indent[T](op: ⇒ T): T

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. var level: Int

  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def p(line: String): IndentPrintStream

  36. def pi: IndentPrintStream

  37. def pl(line: String = ""): IndentPrintStream

  38. def print(arg0: Any): Unit

    Definition Classes
    PrintStream
  39. def print(arg0: String): Unit

    Definition Classes
    PrintStream
  40. def print(arg0: Array[Char]): Unit

    Definition Classes
    PrintStream
  41. def print(arg0: Double): Unit

    Definition Classes
    PrintStream
  42. def print(arg0: Float): Unit

    Definition Classes
    PrintStream
  43. def print(arg0: Long): Unit

    Definition Classes
    PrintStream
  44. def print(arg0: Int): Unit

    Definition Classes
    PrintStream
  45. def print(arg0: Char): Unit

    Definition Classes
    PrintStream
  46. def print(arg0: Boolean): Unit

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

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

    Definition Classes
    PrintStream
  49. def println(arg0: Any): Unit

    Definition Classes
    PrintStream
  50. def println(arg0: String): Unit

    Definition Classes
    PrintStream
  51. def println(arg0: Array[Char]): Unit

    Definition Classes
    PrintStream
  52. def println(arg0: Double): Unit

    Definition Classes
    PrintStream
  53. def println(arg0: Float): Unit

    Definition Classes
    PrintStream
  54. def println(arg0: Long): Unit

    Definition Classes
    PrintStream
  55. def println(arg0: Int): Unit

    Definition Classes
    PrintStream
  56. def println(arg0: Char): Unit

    Definition Classes
    PrintStream
  57. def println(arg0: Boolean): Unit

    Definition Classes
    PrintStream
  58. def println(): Unit

    Definition Classes
    PrintStream
  59. def setError(): Unit

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def write(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream
  66. def write(arg0: Int): Unit

    Definition Classes
    PrintStream → FilterOutputStream → OutputStream
  67. def write(arg0: Array[Byte]): Unit

    Definition Classes
    FilterOutputStream → OutputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def [B](y: B): (IndentPrintStream, B)

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

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

Deprecated Value Members

  1. def x: IndentPrintStream

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: IndentPrintStream

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from PrintStream

Inherited from Appendable

Inherited from FilterOutputStream

Inherited from OutputStream

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from IndentPrintStream to StringAdd

Inherited by implicit conversion any2stringfmt from IndentPrintStream to StringFormat

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

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

Ungrouped