scala.tools

reflect

package reflect

Linear Supertypes
FrontEnds, FrontEnds, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reflect
  2. FrontEnds
  3. FrontEnds
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait FrontEnd extends AnyRef

  2. abstract type Position >: Null

    Definition Classes
    FrontEnds
  3. class SilentFrontEnd extends FrontEnd

Abstract Value Members

  1. abstract def mkConsoleFrontEnd(minSeverity: Int = 1): FrontEnd

    Creates a reporter that prints messages to the console according to the settings.

    Creates a reporter that prints messages to the console according to the settings.

    minSeverity determines minimum severity of the messages to be printed. 0 stands for INFO, 1 stands for WARNING and 2 stands for ERROR.

    Definition Classes
    FrontEnds

Concrete Value Members

  1. implicit def Eval[T](expr: Expr[T]): Eval[T]

    Definition Classes
    package
  2. implicit def ToolBox(mirror0: Mirror): ToolBoxFactory[reflect.runtime.universe.type]

    Definition Classes
    package
  3. def mkSilentFrontEnd(): FrontEnd

    Creates a UI-less reporter that simply accumulates all the messages

    Creates a UI-less reporter that simply accumulates all the messages

    Definition Classes
    FrontEnds
  4. def wrapFrontEnd(frontEnd: FrontEnd): Reporter

    Definition Classes
    FrontEnds
  5. def wrapReporter(reporter: Reporter): FrontEnd

    Definition Classes
    FrontEnds

Inherited from FrontEnds

Inherited from FrontEnds

Inherited from AnyRef

Inherited from Any