Packages

trait Aliases extends AnyRef

Self Type
Context
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aliases
  2. AnyRef
  3. Any
  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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Expr[T](tree: Context.Tree)(implicit arg0: Context.WeakTypeTag[T]): Context.Expr[T]
  5. val Expr: tools.nsc.Global.Expr.type
  6. def TypeTag[T](tpe: Context.Type): Context.TypeTag[T]
  7. val TypeTag: tools.nsc.Global.TypeTag.type
  8. def WeakTypeTag[T](tpe: Context.Type): Context.WeakTypeTag[T]
  9. val WeakTypeTag: tools.nsc.Global.WeakTypeTag.type
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def typeOf[T](implicit ttag: Context.TypeTag[T]): Context.Type
  24. def typeTag[T](implicit ttag: Context.TypeTag[T]): Context.TypeTag[T]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. def weakTypeOf[T](implicit attag: Context.WeakTypeTag[T]): Context.Type
  29. def weakTypeTag[T](implicit attag: Context.WeakTypeTag[T]): Context.WeakTypeTag[T]

Inherited from AnyRef

Inherited from Any

Ungrouped