RefModule
trait RefModule
Methods of the module object val Ref
Methods of the module object val Ref
Value members
Abstract methods
Create a reference tree from a symbol
Create a reference tree from a symbol
If sym refers to a class member foo in class C,
returns a tree representing C.this.foo.
If sym refers to a local definition foo, returns
a tree representing foo.
- Note
In both cases, the constructed tree should only be spliced into the places where such accesses make sense. For example, it is incorrect to have
C.this.foooutside the class body ofC, or havefoooutside the lexical scope for the definition offoo.