Spliced

dotty.tools.dotc.ast.TypedTreeInfo.Spliced$
object Spliced

Extractors for splices

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Spliced.type

Members list

Concise view

Value members

Concrete methods

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

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

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

Attributes