c

knockoff

SpanConverter

class SpanConverter extends (Chunk) => Seq[Span] with StringExtras

Source
MarkdownParsing.scala
Linear Supertypes
StringExtras, (Chunk) => Seq[Span], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpanConverter
  2. StringExtras
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpanConverter(definitions: Seq[LinkDefinitionChunk])

Type Members

  1. class DelimMatcher extends (String) => Option[SpanMatch]

  2. case class SpanMatch(index: Int, before: Option[Text], current: Span, after: Option[String]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def KnockoffString(s: CharSequence): KnockoffString
    Definition Classes
    StringExtras
  5. def andThen[A](g: (Seq[Span]) => A): (Chunk) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(chunk: Chunk): Seq[Span]
    Definition Classes
    SpanConverter → Function1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compose[A](g: (A) => Chunk): (A) => Seq[Span]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def convert(content: String, current: List[Span]): Seq[Span]

    Tail-recursive method halts when the content argument is empty.

    Tail-recursive method halts when the content argument is empty.

    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def findAutomaticMatch(source: String): Option[SpanMatch]
  15. def findNormalMatch(source: String): Option[SpanMatch]
  16. def findReferenceMatch(source: String): Option[SpanMatch]

    We have to match parens, to support this stuff: [wr [app] ed] [thing]

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val matchAsterixEmphasis: DelimMatcher
  21. val matchAsterixStrong: DelimMatcher
  22. val matchAsterixStrongAndEm: DelimMatcher
  23. val matchDoubleCodes: DelimMatcher
  24. def matchEntity(source: String): Option[SpanMatch]
  25. def matchHTMLComment(source: String): Option[SpanMatch]
  26. def matchHTMLSpan(source: String): Option[SpanMatch]
  27. val matchSingleCodes: DelimMatcher
  28. val matchUnderscoreEmphasis: DelimMatcher
  29. val matchUnderscoreStrong: DelimMatcher
  30. val matchUnderscoreStrongAndEm: DelimMatcher
  31. def matchers: List[(String) => Option[SpanMatch]]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from StringExtras

Inherited from (Chunk) => Seq[Span]

Inherited from AnyRef

Inherited from Any

Ungrouped