scala.quoted.Quotes.reflectModule.NullConstantModule
Methods of the module object val NullConstant.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a constant null value.
Creates a constant null value.
Attributes
- Source
-
Quotes.scala
Matches null value constant.
Matches null value constant.
Value parameters
- constant
-
the NullConstant to match against
Attributes
- Returns
-
true if the constant represents a null literal, false otherwise
- Source
-
Quotes.scala