ReturnModule

Methods of the module object val Return

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>

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