CallStack

org.finos.morphir.runtime.CallStack
See theCallStack companion object
final case class CallStack(resolver: Resolver, frames: List[StackFrame])

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 depth: Int
def get(symbol: Symbol): Option[SymbolValue]
def getLocal(symbol: Symbol): Option[SymbolValue]
def isEmpty: Boolean
def peekOption: Option[StackFrame]
def pop: (CallStack, Option[StackFrame])
def popStack: Option[CallStack]
def push(frame: StackFrame): CallStack
def push(bindings: SymbolBinding*): CallStack
def size: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product