SelectModule
Methods of the module object val Select.
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
Selects a term member by symbol.
Selects a term member by symbol.
Value parameters
- qualifier
-
the term on which the member is selected
- symbol
-
the symbol of the member to select
Attributes
- Source
- Quotes.scala
Attributes
- Source
- Quotes.scala
Calls an overloaded method with the given type and term parameters.
Calls an overloaded method with the given type and term parameters.
Value parameters
- args
-
the term arguments for overload resolution
- name
-
the name of the overloaded method
- qualifier
-
the term on which the method is called
- targs
-
the type arguments for overload resolution
Attributes
- Source
- Quotes.scala
Calls an overloaded method with the given type and term parameters.
Calls an overloaded method with the given type and term parameters.
Value parameters
- args
-
the term arguments for overload resolution
- name
-
the name of the overloaded method
- qualifier
-
the term on which the method is called
- returnType
-
the expected return type for overload resolution
- targs
-
the type arguments for overload resolution
Attributes
- Source
- Quotes.scala
Matches ..
Selects a field or a non-overloaded method by name
Selects a field or a non-overloaded method by name
Value parameters
- name
-
the name of the field or non-overloaded method
- qualifier
-
the term on which the member is selected
Attributes
- Returns
-
a
Selecttree for the named member - Note
-
The method will produce an assertion error if the selected method is overloaded. The method
overloadedshould be used in that case. - Source
- Quotes.scala