Package

scala

reflect

Permalink

package reflect

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reflect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClassManifest[T] = ClassTag[T]

    Permalink
    Annotations
    @deprecated @implicitNotFound( ... )
    Deprecated

    (Since version 2.10.0) Use scala.reflect.ClassTag instead

Value Members

  1. val Manifest: ManifestFactory.type

    Permalink
  2. package api

    Permalink

    EXPERIMENTAL

    EXPERIMENTAL

    The Scala Reflection API (located in scala-reflect.jar).

    In Scala 2.10.0, the Scala Reflection API and its implementation have an "experimental" status. This means that the API and the docs are not complete and can be changed in binary- and source-incompatible manner in 2.10.1. This also means that the implementation has some known issues.

    The following types are the backbone of the Scala Reflection API, and serve as a good starting point for information about Scala Reflection:

    For more information about Scala Reflection, see the Reflection Guide

  3. def classTag[T](implicit ctag: ClassTag[T]): ClassTag[T]

    Permalink
  4. def ensureAccessible[T <: AccessibleObject](m: T): T

    Permalink
  5. package macros

    Permalink

    EXPERIMENTAL

    EXPERIMENTAL

    The base package for Scala macros.

    Macros are functions that are called by the compiler during compilation. Within these functions the programmer has access to compiler APIs. For example, it is possible to generate, analyze and typecheck code.

    See the Macros Guide on how to get started with Scala macros.

  6. package runtime

    Permalink

    Entry points into runtime reflection.

    Entry points into runtime reflection. See the overview page for details on how to use them.

Deprecated Value Members

  1. val ClassManifest: ClassManifestFactory.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use scala.reflect.ClassTag instead