class StringReader extends StringReaderBase[Input]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringReader
  2. StringReaderBase
  3. StringReaderLike
  4. SequenceInput
  5. ParseInput
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StringReader(value: String)
  2. new StringReader(array: ArrayCharSequence, offset: Int, position: Position)

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. val array: ArrayCharSequence
    Definition Classes
    StringReaderBaseStringReaderLike
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atEnd: Boolean
    Definition Classes
    StringReaderBaseParseInput
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def drop(amount: Int): StringReader
    Definition Classes
    StringReaderStringReaderLikeSequenceInput
  9. def end: Input
    Definition Classes
    StringReaderBaseSequenceInput
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    StringReaderBase → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    StringReaderBase → AnyRef → Any
  14. def head: Char
    Definition Classes
    StringReaderBaseSequenceInput
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def move(increase: Int): Position
    Definition Classes
    StringReaderLike
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val offset: Int
    Definition Classes
    StringReaderBaseStringReaderLikeParseInput
  21. val position: Position
  22. def printRange(end: Input): String
    Definition Classes
    StringReaderBaseSequenceInput
  23. def remaining: Int
    Definition Classes
    StringReaderLike
  24. def safeIncrement(): Input
    Definition Classes
    SequenceInput
  25. val sequence: CharSequence
    Definition Classes
    StringReaderBase
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def tail: Input
    Definition Classes
    StringReaderBaseSequenceInput
  28. def toString(): String
    Definition Classes
    StringReaderBase → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StringReaderBase[Input]

Inherited from StringReaderLike[Input]

Inherited from SequenceInput[Input, Char]

Inherited from ParseInput

Inherited from AnyRef

Inherited from Any

Ungrouped