TermParamClauseMethods
 scala.quoted.Quotes.reflectModule.TermParamClauseMethods
  trait TermParamClauseMethods
 
Extension methods of TermParamClause
Attributes
- Source
- Quotes.scala
- Graph
- 
    
- Supertypes
Members list
Extensions
Experimental extensions
         extension (self: Quotes.this.reflectModule.this.TermParamClause)
         
          
           
           
            
           
          
          
           
           
            
            
             
              
             
              
               
              
            
           
          
         
         
          
           
           
            
           
          
          
           
           
            
            
             
              
             
            
           
          
         
         
          
          
           
           
            
            
             
              
             
              
               
              
            
           
          
         
         
          
          
           
           
            
            
             
              
             
              
               
              
            
           
          
         
         
          
           
           
            
           
          
          
           
           
            
            
             
              
             
            
           
          
         
         
          
           
           
            
           
          
          
           
           
            
            
             
              
             
            
           
          
         
        
       List of erased flags for each parameter of the clause
List of erased flags for each parameter of the clause
Attributes
- Experimental
- true
- Source
- Quotes.scala
Whether the clause has any erased parameters
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
Is this a erased parameter clause (erased x1: X1, ..., xn: Xn)
Attributes
- Deprecated
- 
                [Since version 3.4]Use `hasErasedArgs` and `erasedArgs`
- Source
- Quotes.scala
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
- Source
- Quotes.scala
Is this an implicit parameter clause (implicit x1: X1, ..., xn: Xn)
List of parameters of the clause
In this article