case class MarkdownLineReader extends Reader[MarkdownLine] with Product with Serializable
This class allows us to reference a map with link definitions resulting from the line parsing during block parsing. It extends a Reader for MarkdownLines and allows us to add the said map to the parsing context. This is basically a modification of the parser monad's state.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MarkdownLineReader
- Serializable
- Product
- Equals
- Reader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MarkdownLineReader(ls: Seq[MarkdownLine])
- new MarkdownLineReader(ls: Seq[MarkdownLine], lu: Map[String, LinkDefinition])
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 atEnd: Boolean
- Definition Classes
- MarkdownLineReader → Reader
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def drop(n: Int): Reader[MarkdownLine]
- Definition Classes
- Reader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def first: MarkdownLine
- Definition Classes
- MarkdownLineReader → Reader
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lineCount: Int
- val lines: Seq[MarkdownLine]
- val lookup: Map[String, LinkDefinition]
- 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()
- def offset: Int
- Definition Classes
- Reader
- def pos: Position
- Definition Classes
- MarkdownLineReader → Reader
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rest: Reader[MarkdownLine]
- Definition Classes
- MarkdownLineReader → Reader
- def source: CharSequence
- Definition Classes
- Reader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()