scala.reflect

runtime

package runtime

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
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 internal.SymbolTable with api.JavaUniverse

  4. class JavaUniverse extends internal.SymbolTable with ReflectSetup with SymbolTable

    The universe for standard runtime reflection from Java.

  5. class ReflectError extends java.lang.Error

  6. class Settings extends MutableSettings

    The Settings class for runtime reflection.

  7. trait SymbolLoaders extends AnyRef

  8. trait SymbolTable extends internal.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 internal.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

  4. lazy val universe: api.JavaUniverse

Inherited from AnyRef

Inherited from Any

No Group