O object

Select

extends Object with Serializable

Scala term selection

Supertypes

Object, Serializable

Members

def 

apply

( qualifier: Term symbol: Symbol ) ( implicit  ctx: Context ) : Select

Select a term member by symbol

Select a term member by symbol

def 

copy

( original: Tree ) ( qualifier: Term name: String ) ( implicit  ctx: Context ) : Select

def 

overloaded

( qualifier: Term name: String targs: List[Type] args: List[Term] ) ( implicit  ctx: Context ) : Apply

Call an overloaded method with the given type and term parameters

Call an overloaded method with the given type and term parameters

def 

unapply

( x: Select ) ( implicit  ctx: Context ) : Option[( Term, String )]

Matches <qualifier: Term>.<name: String>

Matches <qualifier: Term>.<name: String>

def 

unique

( qualifier: Term name: String ) ( implicit  ctx: Context ) : Select

Select a field or a non-overloaded method by name

Select a field or a non-overloaded method by name