O object

Ref

extends Object

Supertypes

Object

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.

def 

term

( tp: TermRef ) ( implicit  ctx: Context ) : Ref

A tree representing the same reference as the given type

A tree representing the same reference as the given type