class PrettyWriter extends Writer
- Source
- PrettyWriter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrettyWriter
- Writer
- Flushable
- Closeable
- AutoCloseable
- Appendable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PrettyWriter(wr: Writer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from PrettyWriter to any2stringadd[PrettyWriter] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (PrettyWriter, B)
- Implicit
- This member is added by an implicit conversion from PrettyWriter to ArrowAssoc[PrettyWriter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
append(arg0: Char): Writer
- Definition Classes
- Writer → Appendable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
append(arg0: CharSequence, arg1: Int, arg2: Int): Writer
- Definition Classes
- Writer → Appendable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
append(arg0: CharSequence): Writer
- Definition Classes
- Writer → Appendable
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- PrettyWriter → Writer → Closeable → AutoCloseable
-
def
ensuring(cond: (PrettyWriter) ⇒ Boolean, msg: ⇒ Any): PrettyWriter
- Implicit
- This member is added by an implicit conversion from PrettyWriter to Ensuring[PrettyWriter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (PrettyWriter) ⇒ Boolean): PrettyWriter
- Implicit
- This member is added by an implicit conversion from PrettyWriter to Ensuring[PrettyWriter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): PrettyWriter
- Implicit
- This member is added by an implicit conversion from PrettyWriter to Ensuring[PrettyWriter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): PrettyWriter
- Implicit
- This member is added by an implicit conversion from PrettyWriter to Ensuring[PrettyWriter] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(): Unit
- Definition Classes
- PrettyWriter → Writer → Flushable
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from PrettyWriter to StringFormat[PrettyWriter] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
indentStep: String
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- PrettyWriter → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
write(str: Array[Char], off: Int, len: Int): Unit
- Definition Classes
- PrettyWriter → Writer
-
def
write(arg0: String, arg1: Int, arg2: Int): Unit
- Definition Classes
- Writer
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
write(arg0: String): Unit
- Definition Classes
- Writer
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
write(arg0: Array[Char]): Unit
- Definition Classes
- Writer
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
write(arg0: Int): Unit
- Definition Classes
- Writer
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
→[B](y: B): (PrettyWriter, B)
- Implicit
- This member is added by an implicit conversion from PrettyWriter to ArrowAssoc[PrettyWriter] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.