LocalScope

scalus.sir.lowering.LocalScope
See theLocalScope companion object
case class LocalScope(byId: Map[String, VariableLoweredValue], byName: Map[String, VariableLoweredValue])

Attributes

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

Members list

Value members

Concrete methods

def addAll(values: Iterable[VariableLoweredValue]): LocalScope
def get(id: String, representation: LoweredValueRepresentation): Option[IdentifiableLoweredValue]
def getById(id: String): Option[VariableLoweredValue]
def getByName(name: String): Option[VariableLoweredValue]
def getOrCreateById(id: String, representation: LoweredValueRepresentation, pos: SIRPosition)(using LoweringContext): Option[IdentifiableLoweredValue]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product