InferredType

dotty.tools.pc.InferredType
opaque object InferredType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Text

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Text.type

Types

opaque type Text

Value members

Concrete methods

def isValDefBind(text: Text, vd: ValDef)(using Context): Boolean
def unapply(tree: Tree)(using text: Text, cxt: Context): Option[(Type, SourcePosition, ValDef[Type]) | (Type, SourcePosition, DefDef[Type]) | (Type, SourcePosition, Bind[Type])]