ReturnModule

Methods of the module object val Return

Source
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(expr: Term, from: Symbol): Return

Creates return

Creates return

Source
Quotes.scala
def copy(original: Tree)(expr: Term, from: Symbol): Return
def unapply(x: Return): (Term, Symbol)

Matches return and extracts the expression and symbol of the method

Matches return and extracts the expression and symbol of the method

Source
Quotes.scala