ReturnModule

scala.quoted.Quotes.reflectModule.ReturnModule
trait ReturnModule

Methods of the module object val Return

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

Creates return <expr: Term>

Creates return <expr: Term>

Attributes

def unapply(x: Return): (Term, Symbol)

Matches return <expr: Term> and extracts the expression and symbol of the method

Matches return <expr: Term> and extracts the expression and symbol of the method

Attributes