trait Discounter extends ChunkStreamFactory with TextWriter
- Source
- Discounter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Discounter
- TextWriter
- ChunkStreamFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blockToText(block: Block)(implicit writer: Writer): Unit
- Definition Classes
- TextWriter
- def blocksToText(blocks: Seq[Block])(implicit writer: Writer): Unit
- Definition Classes
- TextWriter
- lazy val chunkParser: ChunkParser
- Definition Classes
- ChunkStreamFactory
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]
- Definition Classes
- ChunkStreamFactory
- def createChunkStream(str: String): Stream[(Chunk, Position)]
- Definition Classes
- ChunkStreamFactory
- def createSpanConverter(linkDefinitions: Seq[LinkDefinitionChunk]): SpanConverter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def knockoff(source: CharSequence): Seq[Block]
Parses and returns our best guess at the sequence of blocks.
Parses and returns our best guess at the sequence of blocks. It will never fail, just log all suspicious things.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newChunkParser: ChunkParser
Overridable factory method.
Overridable factory method.
- Definition Classes
- ChunkStreamFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def spanToText(span: Span)(implicit writer: Writer): Unit
- Definition Classes
- TextWriter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toText(blocks: Seq[Block]): String
Creates a Group representation of the document.
Creates a Group representation of the document.
- Definition Classes
- TextWriter
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()