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: String)

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: String): Boolean

  9. def checkSkipInitWhitespace(chars: String): Boolean

  10. def checkSkipInitWhitespace(c: Char): Boolean

  11. final def checkedJump(chars: String): Boolean

  12. def clone(): AnyRef

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

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

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

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

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

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

  19. def hashCode(): Int

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

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

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

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

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

  25. final def jumpUntil(chars: String): Int

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

  27. def jumpWhitespace(): Int

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

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

  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. var offset: Int

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

  34. final def readUntil(chars: String): Int

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

  36. final def repeatJump(chars: String): Int

  37. final def repeatJump(chars: String, max: Int): Int

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

    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any