o

com.novocode.ornate.commonmark

SmartQuotesProcessor

object SmartQuotesProcessor extends PageProcessor with Logging

Linear Supertypes
Logging, PageProcessor, (Page) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SmartQuotesProcessor
  2. Logging
  3. PageProcessor
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ImageTitleSection extends Section
  2. final class LinkTitleSection extends Section
  3. class Quote extends AnyRef
  4. sealed trait Section extends AnyRef
  5. final class TextSection extends Section

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. final val AsciiDouble: Char('\"')
  5. final val AsciiSingle: Char('\'')
  6. final val LeftDouble: Char('“')
  7. final val LeftSingle: Char('‘')
  8. final val RightDouble: Char('”')
  9. final val RightSingle: Char('’')
  10. def andThen[A](g: (Unit) ⇒ A): (Page) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def apply(p: Page): Unit
    Definition Classes
    SmartQuotesProcessor → Function1
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def compose[A](g: (A) ⇒ Page): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findNextNonQuote(s: String, pos: Int): Option[Char]
  19. def findPrevNonQuote(s: String, pos: Int): Option[Char]
  20. def findSections(n: Node): ArrayBuffer[ArrayBuffer[Section]]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def identifyQuotes(sections: ArrayBuffer[Section]): ArrayBuffer[Quote]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def logTime[T](msg: String)(f: ⇒ T): T
    Definition Classes
    Logging
  26. val logger: Logger
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def processQuotes(quotes: ArrayBuffer[Quote]): Unit
  31. def processSections(sections: ArrayBuffer[Section]): Unit
  32. def runAt: Phase
    Definition Classes
    SmartQuotesProcessorPageProcessor
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from PageProcessor

Inherited from (Page) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped