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

CharReader

class CharReader extends AnyRef

Attributes
protected sealed
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. def != (arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. var char : Char

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

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

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

    Attributes
    final
  11. def clone (): AnyRef

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

  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

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

    Attributes
    final
  18. def hashCode (): Int

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

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

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

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

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

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

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

    Attributes
    final
  26. def jumpWhitespace (): Int

  27. def ne (arg0: AnyRef): Boolean

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

    Attributes
    final
  29. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. var offset : Int

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  40. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any