TermParamClauseMethods

scala.quoted.runtime.impl.QuotesImpl.reflect$.TermParamClauseMethods$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Extensions

extension (self: TermParamClause)
def isErased: Boolean

Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)

Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)

Attributes

def isGiven: Boolean

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

def isImplicit: Boolean

Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)

Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)

Attributes

def params: List[ValDef]

List of parameters of the clause

List of parameters of the clause

Attributes