c

knockoff

SpanConverter

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

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
  3. class KnockoffCharSequence extends KnockoffString
    Definition Classes
    StringExtras
  4. class KnockoffString extends AnyRef
    Definition Classes
    StringExtras

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 KnockoffCharSequence(s: CharSequence): KnockoffCharSequence
    Definition Classes
    StringExtras
  5. implicit def KnockoffString(s: String): KnockoffString
    Definition Classes
    StringExtras
  6. def andThen[A](g: (Seq[Span]) ⇒ A): (Chunk) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(chunk: Chunk): Seq[Span]
    Definition Classes
    SpanConverter → Function1
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ Chunk): (A) ⇒ Seq[Span]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. 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
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findAutomaticMatch(source: String): Option[SpanMatch]
  16. def findNormalMatch(source: String): Option[SpanMatch]
  17. def findReferenceMatch(source: String): Option[SpanMatch]

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

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

Inherited from StringExtras

Inherited from (Chunk) ⇒ Seq[Span]

Inherited from AnyRef

Inherited from Any

Ungrouped