Packages

trait Errors extends AnyRef

Self Type
Reifier
Source
Errors.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Errors
  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

Value Members

  1. def CannotConvertManifestToTagWithoutScalaReflect(tpe: tools.nsc.Global.Type, manifestInScope: tools.nsc.Global.Tree): Nothing
  2. def CannotReifyCompoundTypeTreeWithNonEmptyBody(ctt: tools.nsc.Global.CompoundTypeTree): Nothing
  3. def CannotReifyErroneousPrefix(prefix: tools.nsc.Global.Tree): Nothing
  4. def CannotReifyErroneousReifee(reifee: Any): Nothing
  5. def CannotReifyInvalidLazyVal(tree: tools.nsc.Global.ValDef): Nothing
  6. def CannotReifyRuntimeSplice(tree: tools.nsc.Global.Tree): Nothing
  7. def CannotReifyType(tpe: tools.nsc.Global.Type): Nothing
  8. def CannotReifyUntypedPrefix(prefix: tools.nsc.Global.Tree): Nothing
  9. def CannotReifyUntypedReifee(reifee: Any): Nothing
  10. def CannotReifyWeakType(details: Any): Nothing
  11. def defaultErrorPosition: tools.nsc.Global.Position