Packages

abstract type Run <: RunContextApi

The type of compilation runs.

Annotations
@deprecated
Deprecated

(Since version 2.11.0) c.enclosingTree-style APIs are now deprecated; consult the scaladoc for more information

Source
Universe.scala
See also

scala.reflect.macros.Enclosures

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Run
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def currentUnit: CompilationUnit

    Currently processed unit of work (a real or a virtual file).

    Currently processed unit of work (a real or a virtual file).

    Definition Classes
    RunContextApi
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) c.enclosingTree-style APIs are now deprecated; consult the scaladoc for more information

  2. abstract def units: Iterator[CompilationUnit]

    All units of work comprising this compilation run.

    All units of work comprising this compilation run.

    Definition Classes
    RunContextApi
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) c.enclosingTree-style APIs are now deprecated; consult the scaladoc for more information