Quoted

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

Extractors for quotes

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Extracts the content of a quoted tree. The result can be the contents of a term or type quote, which will return a term or type tree respectively.

Extracts the content of a quoted tree. The result can be the contents of a term or type quote, which will return a term or type tree respectively.

Attributes