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

CharReader

sealed class CharReader extends AnyRef

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

Instance Constructors

  1. new CharReader(buffer: Array[Char])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. var char: Char

  8. final def check(chars: Array[Char]): Boolean

  9. def checkSkipInitWhitespace(chars: Array[Char]): Boolean

  10. final def checkedJump(chars: Array[Char]): Boolean

  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def countWhitespace: Int

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

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

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

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

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

  18. def hashCode(): Int

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

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

  21. final def jump(chars: Array[Char]): 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

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

  23. final def jumpUntil(pred: ⇒ Boolean): Int

  24. final def jumpUntil(chars: Array[Char]): Int

  25. final def jumpUntil(ch: Char): Int

  26. def jumpWhitespace(): Int

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

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

  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. var offset: Int

  32. final def readUntil(pred: ⇒ Boolean): Int

  33. final def readUntil(chars: Array[Char]): Int

  34. final def readUntil(ch: Char): Int

  35. final def repeatJump(chars: Array[Char]): Int

  36. final def repeatJump(chars: Array[Char], max: Int): Int

  37. def store(body: ⇒ Unit): String

  38. implicit def strintToChars(s: String): Array[Char]

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

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any