StackFrame

org.finos.morphir.runtime.StackFrame
See theStackFrame companion object
final case class StackFrame(symbols: SymbolTable)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def +(binding: SymbolBinding): StackFrame
def ++(frame: StackFrame): StackFrame
def ++=(bindings: Seq[SymbolBinding]): StackFrame
def apply(symbol: Symbol): SymbolValue
def get(symbol: Symbol): Option[SymbolValue]
def update(bindings: SymbolBinding*): StackFrame

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product