dotty.tools.dotc.fromtasty

Type members

Classlikes

A marker CompilationUnit to return up the call stack from ReadTasty. This will tell us that we've encountered, and attempted to inspect, something that has already been loaded, for example a Scala primitive or a library class like Option.

A marker CompilationUnit to return up the call stack from ReadTasty. This will tell us that we've encountered, and attempted to inspect, something that has already been loaded, for example a Scala primitive or a library class like Option.

object Debug
class ReadTasty extends Phase

Load trees from TASTY files

Load trees from TASTY files

class TASTYCompilationUnit(val className: String) extends CompilationUnit
class TASTYCompiler extends Compiler
class TASTYRun(comp: Compiler, ictx: Context) extends Run