scala.reflect

runtime

package runtime

Visibility
  1. Public
  2. All

Type Members

  1. class AbstractFile extends AnyRef

  2. trait ConversionUtil extends AnyRef

  3. trait JavaToScala extends ConversionUtil

  4. trait Loaders extends AnyRef

  5. class Memoizer extends AnyRef

    Class that can be used for memoizing types in reified trees

  6. class Mirror extends Universe with RuntimeTypes with TreeBuildUtil with ToolBoxes with Mirror

    The mirror for standard runtime reflection from Java.

  7. class ReflectError extends Error

  8. trait RuntimeTypes extends Universe with RuntimeTypes

  9. trait ScalaToJava extends ConversionUtil

  10. class Settings extends MutableSettings

    The Settings class for runtime reflection.

  11. trait SymbolTable extends SymbolTable with JavaToScala with ScalaToJava with Loaders with SynchronizedOps

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

  12. trait SynchronizedOps extends SymbolTable with SynchronizedSymbols with SynchronizedTypes

  13. trait SynchronizedSymbols extends Symbols

  14. trait SynchronizedTypes extends Types

    This trait overrides methods in reflect.

  15. trait ToolBoxes extends AnyRef

  16. trait TreeBuildUtil extends Universe with TreeBuildUtil

  17. class Universe extends SymbolTable with SymbolTable

    The universe for standard runtime reflection from Java.

Value Members

  1. object Mirror extends Mirror