scala.reflect

api

package api

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

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Grouped
  2. Alphabetic
  3. By inheritance
Inherited
  1. api
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Annotations extends AnyRef

    EXPERIMENTAL

  2. trait Constants extends AnyRef

    EXPERIMENTAL

  3. trait Exprs extends AnyRef

    EXPERIMENTAL

  4. trait FlagSets extends AnyRef

    EXPERIMENTAL

  5. trait ImplicitTags extends AnyRef

    Tags which preserve the identity of abstract types in the face of erasure.

  6. trait Importers extends AnyRef

    EXPERIMENTAL

  7. trait JavaMirrors extends AnyRef

    EXPERIMENTAL

  8. trait JavaUniverse extends Universe with JavaMirrors

    EXPERIMENTAL

  9. trait Liftable[T] extends AnyRef

  10. abstract class Mirror[U <: Universe with Singleton] extends AnyRef

    EXPERIMENTAL

  11. trait Mirrors extends AnyRef

    EXPERIMENTAL

  12. trait Names extends AnyRef

    EXPERIMENTAL

  13. trait Position extends Attachments

    EXPERIMENTAL

  14. trait Positions extends AnyRef

    EXPERIMENTAL

  15. trait Printers extends AnyRef

    EXPERIMENTAL

  16. trait Quasiquotes extends AnyRef

  17. trait Scopes extends AnyRef

    EXPERIMENTAL

  18. trait StandardDefinitions extends AnyRef

    EXPERIMENTAL

  19. trait StandardLiftables extends AnyRef

  20. trait StandardNames extends AnyRef

    EXPERIMENTAL

  21. trait Symbols extends AnyRef

    EXPERIMENTAL

  22. trait TagInterop extends AnyRef

    EXPERIMENTAL

  23. abstract class TreeCreator extends AnyRef

    This is an internal implementation class.

  24. trait Trees extends AnyRef

    EXPERIMENTAL

  25. abstract class TypeCreator extends AnyRef

    A mirror-aware factory for types.

  26. trait TypeTags extends AnyRef

    A TypeTag[T] encapsulates the runtime type representation of some type T.

  27. trait Types extends AnyRef

    EXPERIMENTAL

  28. abstract class Universe extends Symbols with Types with FlagSets with Scopes with Names with Trees with Constants with Annotations with Positions with Exprs with TypeTags with TagInterop with ImplicitTags with StandardDefinitions with StandardNames with StandardLiftables with BuildUtils with Mirrors with Printers with Importers with Quasiquotes

    EXPERIMENTAL

Value Members

  1. object Liftable

Inherited from AnyRef

Inherited from Any

Scala Reflection API

Tags

Implicit values that provide ClassTags for the reflection classes. These are abstract in the interface but are later filled in to provide ClassTags for the either the runtime reflection or macros entities, depending on the use.

Ungrouped