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

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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