scala.reflect

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. class AbstractFile extends AnyRef

  2. trait ClassLoaders extends SymbolTable

  3. trait ConversionUtil extends AnyRef

  4. trait JavaToScala extends ConversionUtil

  5. class Mirror extends Universe with Mirror

    The mirror for standard runtime reflection from Java.

  6. class ReflectError extends Error

  7. trait ScalaToJava extends ConversionUtil

  8. class Settings extends MutableSettings

    The Settings class for runtime reflection.

  9. trait SymbolLoaders extends AnyRef

  10. trait SymbolTable extends SymbolTable with JavaToScala with ScalaToJava with ClassLoaders with SymbolLoaders with SynchronizedOps

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

  11. trait SynchronizedOps extends SymbolTable with SynchronizedSymbols with SynchronizedTypes

  12. trait SynchronizedSymbols extends Symbols

  13. trait SynchronizedTypes extends Types

    This trait overrides methods in reflect.

  14. trait ToolBoxes extends AnyRef

  15. abstract class Universe extends SymbolTable with SymbolTable with ToolBoxes

    The universe for standard runtime reflection from Java.

Value Members

  1. def mkMirror(classLoader: ClassLoader): Mirror

    Definition Classes
    package