ObjectRef

dotty.tools.dotc.transform.init.Objects.ObjectRef
See theObjectRef companion object
case class ObjectRef extends Ref

A reference to a static object

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Ref
trait ValueElement
trait Value
class Scope
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def show(using Context): String

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 outer(using MutableData): ScopeSet

Attributes

Inherited from:
Ref

Attributes

Inherited from:
Ref

Attributes

Inherited from:
Product

Attributes

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

Attributes

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

Attributes

Inherited from:
Scope