scala.reflect

runtime

package runtime

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

Type Members

  1. class AbstractFile extends AbstractFileApi

  2. class HasJavaClass[J] extends AnyRef

  3. trait JavaMirrors extends SymbolTable with JavaUniverse

  4. class JavaUniverse extends SymbolTable with ReflectSetup with SymbolTable

    The universe for standard runtime reflection from Java.

  5. class ReflectError extends Error

  6. class Settings extends MutableSettings

    The Settings class for runtime reflection.

  7. trait SymbolLoaders extends AnyRef

  8. trait SymbolTable extends SymbolTable with JavaMirrors with SymbolLoaders with SynchronizedOps

    This symbol table trait fills in the definitions so that class information is obtained by refection.

  9. trait SynchronizedOps extends SymbolTable with SynchronizedSymbols with SynchronizedTypes

  10. trait SynchronizedSymbols extends Symbols

  11. trait SynchronizedTypes extends Types

    This trait overrides methods in reflect.

Value Members

  1. object Macros

  2. object ReflectionUtils

    A few java-reflection oriented utility functions useful during reflection bootstrapping.

  3. def currentMirror: Mirror

    Definition Classes
    package
  4. lazy val universe: JavaUniverse

    Definition Classes
    package

Inherited from AnyRef

Inherited from Any