O object

Ref

extends Object with Serializable

Supertypes

Object, Serializable

Members

def 

apply

( sym: Symbol ) ( implicit  ctx: Context ) : Ref

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 de...

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.