Packages

t

scala.tools.nsc.interactive

RichCompilationUnits

trait RichCompilationUnits extends AnyRef

Self Type
Global
Source
RichCompilationUnits.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichCompilationUnits
  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. final val JustParsed: Int(-1)

    The status value of a unit that has not yet been typechecked

  2. final val NotLoaded: Int(-2)

    The status value of a unit that has not yet been loaded

  3. final val PartiallyChecked: Int(0)

    The status value of a unit that has been partially typechecked