SplicedType

dotty.tools.dotc.ast.TypedTreeInfo.SplicedType
object SplicedType

Extractors for type splices

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(tree: Select)(using Context): Option[Tree]

Extracts the content of a spliced type tree. The result can be the contents of a type splice, which will return a type tree.

Extracts the content of a spliced type tree. The result can be the contents of a type splice, which will return a type tree.

Attributes