CompilationUnitInfo

dotty.tools.dotc.core.CompilationUnitInfo
See theCompilationUnitInfo companion object
case class CompilationUnitInfo(associatedFile: AbstractFile, tastyInfo: Option[TastyInfo])

Information about the compilation unit of a class symbol.

Value parameters

associatedFile

The source or class file from which this class or the class containing this symbol was generated, null if not applicable.

tastyInfo

Information about the TASTy from which this class was loaded. None if not loaded from TASTy,

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product