SymbolTable

org.finos.morphir.runtime.SymbolTable
See theSymbolTable companion object
final case class 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): SymbolTable
def ++(symbols: SymbolTable): SymbolTable
def ++=(newBindings: Seq[SymbolBinding]): SymbolTable
def apply(symbol: Symbol): SymbolValue
def bind[A](symbol: Symbol, value: A)(implicit ev: Not[A =:= SymbolValue], tagged: Tag[A]): SymbolTable
def get(symbol: Symbol): Option[SymbolValue]
def size: Int
def update(bindings: SymbolBinding*): SymbolTable

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product