CheckerAPI

dotty.tools.dotc.cc.CheckCaptures.CheckerAPI
trait CheckerAPI

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def completeDef(tree: ValOrDefDef, sym: Symbol)(using Context): Type

Complete symbol info of a val or a def

Complete symbol info of a val or a def

Attributes

Extensions

Extensions

extension [T <: Tree](tree: T)

Was a new type installed for this tree?

Was a new type installed for this tree?

Attributes

def nuType(using Context): Type

The new type of the tree, or if none was installed, the original type

The new type of the tree, or if none was installed, the original type

Attributes

def setNuType(tpe: Type): Unit

Set new type of the tree if none was installed yet.

Set new type of the tree if none was installed yet.

Attributes