Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package reporters
    Definition Classes
    nsc
  • abstract class Reporter extends reflect.internal.Reporter

    Report information, warnings and errors.

    Report information, warnings and errors.

    This describes the internal interface for issuing information, warnings and errors. The only abstract method in this class must be info0.

    TODO: Move external clients (sbt/ide/partest) to reflect.internal.Reporter, and remove this class.

    Definition Classes
    reporters
  • INFO
  • Severity
  • WARNING

class Severity extends AnyRef

Source
Reporter.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Severity
  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. All

Instance Constructors

  1. new Severity(id: Int)(name: String)

Value Members

  1. var count: Int
  2. val id: Int
  3. def toString(): String
    Definition Classes
    Severity → AnyRef → Any