class IndentationReader extends StringReaderBase[Input] with IndentationReaderLike

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

Instance Constructors

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

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): IndentationReader
  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
    IndentationReaderStringReaderBase → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    IndentationReaderStringReaderBase → AnyRef → Any
  14. def head: Char
    Definition Classes
    StringReaderBaseSequenceInput
  15. val indentation: Int
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def move(increase: Int): Position
    Definition Classes
    StringReaderLike
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val offset: Int
    Definition Classes
    StringReaderBaseStringReaderLikeParseInput
  22. val position: Position
  23. def printRange(end: Input): String
    Definition Classes
    StringReaderBaseSequenceInput
  24. def remaining: Int
    Definition Classes
    StringReaderLike
  25. def safeIncrement(): Input
    Definition Classes
    SequenceInput
  26. val sequence: CharSequence
    Definition Classes
    StringReaderBase
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def tail: Input
    Definition Classes
    StringReaderBaseSequenceInput
  29. def toString(): String
    Definition Classes
    StringReaderBase → AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def withIndentation(value: Int): IndentationReader

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