scala.tools.nsc.doc.model.comment.CommentFactory

WikiParser

final class WikiParser extends CharReader

TODO

Attributes
protected
Self Type
WikiParser
Source
CommentFactory.scala
Linear Supertypes
CharReader, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WikiParser
  2. CharReader
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WikiParser(buffer: String, pos: Position)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val CLOSE_TAG: Regex

  7. val OPEN_TAG: Regex

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def block(): Block

     block ::= code | title | hrule | para 
    
  10. def blockEnded(blockType: String): Unit

     eol ::= { whitespace } '\n' 
    
  11. def bold(): Inline

  12. val buffer: String

  13. var char: Char

    Definition Classes
    CharReader
  14. final def check(chars: String): Boolean

    Definition Classes
    CharReader
  15. def checkList: Boolean

    Checks if the current line is formed with more than one space and one the listStyles

  16. def checkParaEnded(): Boolean

  17. def checkSkipInitWhitespace(chars: String): Boolean

    Definition Classes
    CharReader
  18. def checkSkipInitWhitespace(c: Char): Boolean

    Definition Classes
    CharReader
  19. final def checkedJump(chars: String): Boolean

    Definition Classes
    CharReader
  20. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def code(): Block

  22. def countWhitespace: Int

    Definition Classes
    CharReader
  23. def document(): Body

  24. def entityLink(query: String): Inline

  25. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. final def getRead(): String

    Definition Classes
    CharReader
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def hrule(): Block

     hrule ::= "----" { '-' } '\n' 
    
  32. def htmlTag(): HtmlTag

  33. def inline(isInlineEnd: ⇒ Boolean): Inline

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isWhitespace(c: Char): Boolean

    Definition Classes
    CharReader
  36. def italic(): Inline

  37. final def jump(chars: String): Boolean

    jumps all the characters in chars, consuming them in the process.

    jumps all the characters in chars, consuming them in the process.

    returns

    true only if the correct characters have been jumped

    Definition Classes
    CharReader
  38. final def jump(ch: Char): Boolean

    jumps a character and consumes it

    jumps a character and consumes it

    returns

    true only if the correct character has been jumped

    Definition Classes
    CharReader
  39. final def jumpUntil(pred: ⇒ Boolean): Int

    Definition Classes
    CharReader
  40. final def jumpUntil(chars: String): Int

    Definition Classes
    CharReader
  41. final def jumpUntil(ch: Char): Int

    Definition Classes
    CharReader
  42. def jumpWhitespace(): Int

    Definition Classes
    CharReader
  43. def link(): Inline

  44. def listBlock: Block

    nListBlock ::= nLine { mListBlock }
         nLine ::= nSpc listStyle para '\n'
    

    Where n and m stand for the number of spaces. When m > n, a new list is nested.

  45. val listStyles: Map[String, (Seq[Block]) ⇒ Block]

    listStyle ::= '-' spc | '1.

    listStyle ::= '-' spc | '1.' spc | 'I.' spc | 'i.' spc | 'A.' spc | 'a.' spc Characters used to build lists and their constructors

    Attributes
    protected
  46. def monospace(): Inline

  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. final def nextChar(): Unit

    Definition Classes
    CharReader
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. var offset: Int

    Definition Classes
    CharReader
  52. def para(): Block

     para ::= inline '\n' 
    
  53. final def readUntil(pred: ⇒ Boolean): Int

    Definition Classes
    CharReader
  54. final def readUntil(chars: String): Int

    Definition Classes
    CharReader
  55. final def readUntil(ch: Char): Int

    Definition Classes
    CharReader
  56. final def repeatJump(chars: String): Int

    Definition Classes
    CharReader
  57. final def repeatJump(chars: String, max: Int): Int

    Definition Classes
    CharReader
  58. def reportError(pos: Position, message: String): Unit

  59. def subscript(): Inline

  60. def summary(): Inline

  61. var summaryParsed: Boolean

  62. def superscript(): Inline

  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def title(): Block

     title ::= ('=' inline '=' | "==" inline "==" | ...) '\n' 
    
  65. def toString(): String

    Definition Classes
    AnyRef → Any
  66. def underline(): Inline

  67. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from CharReader

Inherited from AnyRef

Inherited from Any