scala.quoted.Quotes.reflectModule.ClassOfConstantModule
Methods of the module object val ClassOf.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a constant class value representing classOf[].
Creates a constant class value representing classOf[].
Value parameters
- tpe
-
the type represented by the classOf constant
Attributes
- Source
-
Quotes.scala
Matches a class value constant representing classOf[] and extracts its type.
Matches a class value constant representing classOf[] and extracts its type.
Value parameters
- constant
-
the ClassOfConstant to match against
Attributes
- Source
-
Quotes.scala