Packages

trait Aliases extends AnyRef

Self Type
Context
Source
Aliases.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aliases
  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 Expr[+T] = tools.nsc.Global.Expr[T]
  2. type Modifiers = tools.nsc.Global.Modifiers
  3. type Name = tools.nsc.Global.Name
  4. type Position = internal.util.Position
  5. implicit class RichOpenImplicit extends AnyRef
  6. type Scope = tools.nsc.Global.Scope
  7. type Symbol = tools.nsc.Global.Symbol
  8. type TermName = tools.nsc.Global.TermName
  9. type Tree = tools.nsc.Global.Tree
  10. type Type = tools.nsc.Global.Type
  11. type TypeName = tools.nsc.Global.TypeName
  12. type TypeTag[T] = tools.nsc.Global.TypeTag[T]
  13. type WeakTypeTag[T] = tools.nsc.Global.WeakTypeTag[T]

Value Members

  1. def Expr[T](tree: Context.Tree)(implicit arg0: Context.WeakTypeTag[T]): Context.Expr[T]
  2. val Expr: tools.nsc.Global.Expr.type
  3. def TypeTag[T](tpe: Context.Type): Context.TypeTag[T]
  4. val TypeTag: tools.nsc.Global.TypeTag.type
  5. def WeakTypeTag[T](tpe: Context.Type): Context.WeakTypeTag[T]
  6. val WeakTypeTag: tools.nsc.Global.WeakTypeTag.type
  7. def typeOf[T](implicit ttag: Context.TypeTag[T]): Context.Type
  8. def typeTag[T](implicit ttag: Context.TypeTag[T]): Context.TypeTag[T]
  9. def weakTypeOf[T](implicit attag: Context.WeakTypeTag[T]): Context.Type
  10. def weakTypeTag[T](implicit attag: Context.WeakTypeTag[T]): Context.WeakTypeTag[T]