ScopeElement

case class ScopeElement[I, V, S](scopeNode: S, variables: Map[I, V])

A single element of a scope stack.

Type parameters:
I

Identifier type.

S

Scope type.

V

Variable type.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addVariable(identifier: I, variable: V): ScopeElement[I, V, S]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product