t

scala.tools.nsc.util

CharArrayReaderData

trait CharArrayReaderData extends AnyRef

Source
CharArrayReader.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CharArrayReaderData
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ch: Char

    the last read character

  2. val charOffset: Int

    The offset one past the last read character

  3. def copyFrom(cd: CharArrayReaderData): CharArrayReaderData.this.type
  4. val lastLineStartOffset: Int

    The start offset of the line before the current one

  5. val lineStartOffset: Int

    The start offset of the current line