Class

knockoff

SpanConverter

Related Doc: package knockoff

Permalink

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])

    Permalink

Type Members

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

    Permalink

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def KnockoffString(s: CharSequence): KnockoffString

    Permalink
    Definition Classes
    StringExtras
  5. def andThen[A](g: (Seq[Span]) ⇒ A): (Chunk) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(chunk: Chunk): Seq[Span]

    Permalink
    Definition Classes
    SpanConverter → Function1
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[A](g: (A) ⇒ Chunk): (A) ⇒ Seq[Span]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def convert(content: String, current: List[Span]): Seq[Span]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findAutomaticMatch(source: String): Option[SpanMatch]

    Permalink
  15. def findNormalMatch(source: String): Option[SpanMatch]

    Permalink
  16. def findReferenceMatch(source: String): Option[SpanMatch]

    Permalink

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

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val matchAsterixEmphasis: DelimMatcher

    Permalink
  21. val matchAsterixStrong: DelimMatcher

    Permalink
  22. val matchAsterixStrongAndEm: DelimMatcher

    Permalink
  23. val matchDoubleCodes: DelimMatcher

    Permalink
  24. def matchEntity(source: String): Option[SpanMatch]

    Permalink
  25. def matchHTMLComment(source: String): Option[SpanMatch]

    Permalink
  26. def matchHTMLSpan(source: String): Option[SpanMatch]

    Permalink
  27. val matchSingleCodes: DelimMatcher

    Permalink
  28. val matchUnderscoreEmphasis: DelimMatcher

    Permalink
  29. val matchUnderscoreStrong: DelimMatcher

    Permalink
  30. val matchUnderscoreStrongAndEm: DelimMatcher

    Permalink
  31. def matchers: List[(String) ⇒ Option[SpanMatch]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StringExtras

Inherited from (Chunk) ⇒ Seq[Span]

Inherited from AnyRef

Inherited from Any

Ungrouped