Quoted

object Quoted

Extractors for quotes

class Object
trait Matchable
class Any

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.