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

WikiParser

final class WikiParser extends (CommentFactory.this)#CharReader

TODO

Attributes
protected
Self Type
(CommentFactory.this)#WikiParser
Source
CommentFactory.scala
Linear Supertypes
(CommentFactory.this)#CharReader, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WikiParser
  2. CharReader
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WikiParser(buffer: String, pos: Position, inTplOpt: Option[(CommentFactory.this)#DocTemplateImpl])

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): ((CommentFactory.this)#WikiParser, B)

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to ArrowAssoc[(CommentFactory.this)#WikiParser] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val CLOSE_TAG: Regex

  9. val OPEN_TAG: Regex

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def block(): Block

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

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

  14. val buffer: String

  15. var char: Char

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

    Definition Classes
    CharReader
  17. def checkList: Boolean

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

  18. def checkParaEnded(): Boolean

  19. def checkSkipInitWhitespace(chars: String): Boolean

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

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

    Definition Classes
    CharReader
  22. def clone(): AnyRef

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

  24. def countWhitespace: Int

    Definition Classes
    CharReader
  25. def document(): Body

  26. def ensuring(cond: ((CommentFactory.this)#WikiParser) ⇒ Boolean, msg: ⇒ Any): (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: ((CommentFactory.this)#WikiParser) ⇒ Boolean): (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: ⇒ Any): (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    CharReader
  36. def hashCode(): Int

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

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

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

  40. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    CharReader
  42. def italic(): Inline

  43. 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
  44. 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
  45. final def jumpUntil(pred: ⇒ Boolean): Int

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

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

    Definition Classes
    CharReader
  48. def jumpWhitespace(): Int

    Definition Classes
    CharReader
  49. def link(): Inline

  50. 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.

  51. val listStyles: Map[String, (collection.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
  52. def monospace(): Inline

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

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

    Definition Classes
    CharReader
  55. def normalizeIndentation(_code: String): String

    Eliminates the (common) leading spaces in all lines, based on the first line For indented pieces of code, it reduces the indent to the least whitespace prefix:

    Eliminates the (common) leading spaces in all lines, based on the first line For indented pieces of code, it reduces the indent to the least whitespace prefix:

    indented example
    another indented line
    if (condition)
      then do something;
    ^ this is the least whitespace prefix
  56. final def notify(): Unit

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

    Definition Classes
    AnyRef
  58. var offset: Int

    Definition Classes
    CharReader
  59. def para(): Block

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

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

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

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

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

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

  66. def subscript(): Inline

  67. def summary(): Inline

  68. var summaryParsed: Boolean

  69. def superscript(): Inline

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

    Definition Classes
    AnyRef
  71. def title(): Block

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

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

  74. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  77. def [B](y: B): ((CommentFactory.this)#WikiParser, B)

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to ArrowAssoc[(CommentFactory.this)#WikiParser] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wikiParser: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wikiParser: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to ArrowAssoc[(CommentFactory.this)#WikiParser] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wikiParser: ArrowAssoc[(CommentFactory.this)#WikiParser]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: (CommentFactory.this)#WikiParser

    Implicit information
    This member is added by an implicit conversion from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (wikiParser: Ensuring[(CommentFactory.this)#WikiParser]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from (CommentFactory.this)#CharReader

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from (CommentFactory.this)#WikiParser to StringAdd

Inherited by implicit conversion any2stringfmt from (CommentFactory.this)#WikiParser to StringFormat

Inherited by implicit conversion any2ArrowAssoc from (CommentFactory.this)#WikiParser to ArrowAssoc[(CommentFactory.this)#WikiParser]

Inherited by implicit conversion any2Ensuring from (CommentFactory.this)#WikiParser to Ensuring[(CommentFactory.this)#WikiParser]

Ungrouped