Ref

dotty.tools.dotc.transform.init.Objects.Ref
sealed abstract class Ref(using x$1: Trace) extends Scope, ValueElement

Attributes

Graph
Supertypes
trait ValueElement
trait Value
class Scope
class Object
trait Matchable
class Any
Show all
Known subtypes
class ObjectRef
class OfArray
class OfClass

Members list

Value members

Abstract methods

Concrete methods

def outer(using MutableData): ScopeSet

Inherited methods

Attributes

Inherited from:
Scope
def asRef: Ref

Attributes

Inherited from:
Scope

Attributes

Inherited from:
Scope
def hasVal(sym: Symbol)(using MutableData): Boolean

Attributes

Inherited from:
Scope
def hasVar(sym: Symbol)(using MutableData): Boolean

Attributes

Inherited from:
Scope
def initOuter(sym: Symbol, outerScope: ScopeSet)(using Context, MutableData): Unit

Attributes

Inherited from:
Scope
def initVal(field: Symbol, value: Value)(using Context, MutableData): Unit

Attributes

Inherited from:
Scope
def initVar(field: Symbol, value: Value)(using Context, MutableData): Unit

Attributes

Inherited from:
Scope
def isEnv: Boolean

Attributes

Inherited from:
Scope

Attributes

Inherited from:
Scope
def isRef: Boolean

Attributes

Inherited from:
Scope
def valValue(sym: Symbol)(using MutableData): Value

Attributes

Inherited from:
Scope
def varValue(sym: Symbol)(using MutableData): Value

Attributes

Inherited from:
Scope

Inherited and Abstract methods

Attributes

Inherited from:
Scope
def show(using Context): String

Attributes

Inherited from:
Value