scala

reflect

package reflect

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reflect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type BeanDescription = beans.BeanDescription

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BeanDescription instead

  2. type BeanDisplayName = beans.BeanDisplayName

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BeanDisplayName instead

  3. type BeanInfo = beans.BeanInfo

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BeanInfo instead

  4. type BeanInfoSkip = beans.BeanInfoSkip

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BeanInfoSkip instead

  5. type BeanProperty = beans.BeanProperty

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BeanProperty instead

  6. type BooleanBeanProperty = beans.BooleanBeanProperty

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.BooleanBeanProperty instead

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

    Annotations
    @deprecated @implicitNotFound( ... )
    Deprecated

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

  8. type ScalaBeanInfo = beans.ScalaBeanInfo

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use @scala.beans.ScalaBeanInfo instead

Value Members

  1. val Manifest: ManifestFactory.type

  2. package api

    EXPERIMENTAL

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

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

  5. package macros

    EXPERIMENTAL

  6. package runtime

    Entry points into runtime reflection.

Deprecated Value Members

  1. val ClassManifest: ClassManifestFactory.type

    Annotations
    @deprecated
    Deprecated

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

Inherited from AnyRef

Inherited from Any

Ungrouped