AssignModule

Methods of the module object val Assign

Methods of the module object val Assign

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(lhs: Term, rhs: Term): Assign

Create an assignment =

Create an assignment =

def copy(original: Tree)(lhs: Term, rhs: Term): Assign
def unapply(x: Assign): (Term, Term)

Matches an assignment =

Matches an assignment =