Scope

slick.memory.DistributedProfile.Distribute.Scope
case class Scope(m: Map[TermSymbol, (Node, Scope)])

Attributes

Source:
DistributedProfile.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def +(sn: (TermSymbol, Node)): Scope

Attributes

Source:
DistributedProfile.scala
def get(s: TermSymbol): Option[(Node, Scope)]

Attributes

Source:
DistributedProfile.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product