ReturnModule

Methods of the module object val Return

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

Creates return

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