Packages

trait TyperDiagnostics extends AnyRef

Self Type
(TypeDiagnostics.this)#Typer
Source
TypeDiagnostics.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TyperDiagnostics
  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. def cyclicReferenceMessage(sym: Global.Symbol, tree: Global.Tree, trace: Array[Global.Symbol], pos: Global.Position): Option[String]

    Returns Some(msg) if the given tree is untyped apparently due to a cyclic reference, and None otherwise.

  2. def permanentlyHiddenWarning(pos: Global.Position, hidden: Global.Name, defn: Global.Symbol): Unit
  3. def reportTypeError(context0: (TypeDiagnostics.this)#Context, pos: Global.Position, ex: Global.TypeError): Unit

    Report a type error.

    Report a type error.

    pos

    The position where to report the error

    ex

    The exception that caused the error

  4. def warnTypeParameterShadow(tparams: List[Global.TypeDef], sym: Global.Symbol): Unit