SignatureMethods
scala.quoted.Quotes.reflectModule.SignatureMethods
trait SignatureMethods
Extension methods of Signature
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
Members list
Extensions
Extensions
extension (self: Quotes.this.reflectModule.this.Signature)
The signatures of the method parameters.
The signatures of the method parameters.
Each type parameter section is represented by a single Int corresponding to the number of type parameters in the section. Each term parameter is represented by a String corresponding to the fully qualified name of the parameter type.
Attributes
- Source
- Quotes.scala
The signature of the result type
In this article