dotty.tools.dotc.fromtasty
package dotty.tools.dotc.fromtasty
Members list
Type members
Classlikes
class AlreadyLoadedCompilationUnit(val className: String) extends CompilationUnit
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.
Attributes
- Supertypes
class TASTYCompilationUnit(val className: String) extends CompilationUnit
Attributes
- Supertypes
class TASTYCompiler extends Compiler
Attributes
- Supertypes
- Known subtypes
-
class TASTYDecompilerclass PartialTASTYDecompiler
Attributes
- Supertypes
-
class Runtrait ConstraintRunInfotrait ImplicitRunInfoclass Objecttrait Matchableclass AnyShow all
object TastyFileUtil
Attributes
- Supertypes
- Self type
-
TastyFileUtil.type
In this article