dotty.tools.dottydoc.model.comment

CharReader

Related Doc: package comment

sealed class CharReader extends AnyRef

Self Type
CharReader
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CharReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CharReader(buffer: String)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def char: Char

  6. final def check(chars: String): Boolean

  7. def checkSkipInitWhitespace(chars: String): Boolean

  8. def checkSkipInitWhitespace(c: Char): Boolean

  9. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

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

  18. def isWhitespaceOrNewLine(c: Char): Boolean

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

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

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

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

  23. def jumpWhitespace(): Int

  24. def jumpWhitespaceOrNewLine(): Int

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

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

  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. var offset: Int

  30. final def readUntil(pred: ⇒ Boolean): String

  31. final def readUntil(chars: String): String

  32. final def readUntil(c: Char): String

  33. final def repeatJump(c: Char, max: Int = Int.MaxValue): Int

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped