T sealed trait

Var [T]

extends Object

An abstraction for variable definition to use in a quoted program. It decouples the operations of get and update, if needed to be spliced separately.

Supertypes

Object

Annotations

@scala.annotation.internal.Child

Members

def 

get

( implicit  qctx: QuoteContext ) : Expr[T]

def 

update

( e: Expr[T] ) ( implicit  qctx: QuoteContext ) : Expr[Unit]