ImportInfo

dotty.tools.dotc.typer.ImportInfo$
See theImportInfo companion class
object ImportInfo

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ImportInfo.type

Members list

Type members

Classlikes

case class RootRef(refFn: () => TermRef, isPredef: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def rootImport(ref: RootRef)(using Context): ImportInfo

The import info for a root import

The import info for a root import

Attributes

Extensions

Extensions

extension (c: Context)
def withRootImports(rootRefs: List[RootRef])(using Context): Context