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 <expr: Term>

Creates return <expr: Term>

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

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

Source:
Quotes.scala