oxygen.quoted.TermParamClause
See theTermParamClause companion object
final class TermParamClause(val quotes: Quotes)(val unwrap: quotes.reflect.TermParamClause) extends ParamClause
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Types
Value members
Concrete methods
Is this a given parameter clause (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Is this a given parameter clause (using X1, ..., Xn)
or (using x1: X1, ..., xn: Xn)
Attributes
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
Attributes
List of parameters of the clause
Attributes
- Definition Classes
Experimental methods
List of erased
flags for each parameter of the clause
List of erased
flags for each parameter of the clause
Attributes
- Experimental
- true
Whether the clause has any erased parameters
Whether the clause has any erased parameters
Attributes
- Experimental
- true
Givens
Inherited givens
Attributes
- Inherited from:
- ParamClause
In this article