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
- Alphabetic
- By Inheritance
- Run
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- 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
- 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