Local

ra3.lang.Expr.Local
final case class Local[R](name: Key, assigned: Expr[_], body: Expr[R]) extends Expr[R]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Expr[R]
class Object
trait Matchable
class Any
Show all
Self type
Local[R]

Members list

Value members

Concrete methods

def referredTables: Set[Ident[Any]]
def replace(i: Map[KeyTag, Int], i2: Map[KeyTag, Int]): Expr[R]
def replaceDelayed(i: DelayedTableSchema): Expr[R]
def toRuntime: Expr

Inherited methods

def in[T1](body: Expr[R] => Expr[T1]): Expr[T1]

Attributes

Inherited from:
Expr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val tags: Set[KeyTag]