CallStackFrame

org.finos.morphir.runtime.quick.CallStackFrame
final case class CallStackFrame[TA, VA](bindings: Map[Name, StoredValue[TA, VA]], parent: Option[CallStackFrame[TA, VA]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def get(name: Name): Option[StoredValue[TA, VA]]
def push(bindings: Map[Name, StoredValue[TA, VA]]): CallStackFrame[TA, VA]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product