Packages

trait Typers extends AnyRef

Self Type
Context
Source
Typers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Typers
  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

Type Members

  1. type TypecheckMode = Mode

Value Members

  1. val PATTERNmode: Mode
  2. val TERMmode: Mode
  3. val TYPEmode: Mode
  4. val TypecheckMode: Mode.type
  5. def inferImplicitValue(pt: Context.Type, silent: Boolean = true, withMacrosDisabled: Boolean = false, pos: Context.Position = enclosingPosition): Context.Tree
  6. def inferImplicitView(tree: Context.Tree, from: Context.Type, to: Context.Type, silent: Boolean = true, withMacrosDisabled: Boolean = false, pos: Context.Position = enclosingPosition): Context.Tree
  7. def openImplicits: List[Context.ImplicitCandidate]
  8. def openMacros: List[Context]
  9. def resetLocalAttrs(tree: Context.Tree): Context.Tree
  10. def typecheck(tree: Context.Tree, mode: Context.TypecheckMode = TERMmode, pt: Context.Type = universe.WildcardType, silent: Boolean = false, withImplicitViewsDisabled: Boolean = false, withMacrosDisabled: Boolean = false): Context.Tree

  11. def untypecheck(tree: Context.Tree): Context.Tree