scala.quoted.Quotes.reflectModule.IfModule
Methods of the module object val If.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates an if/then/else if () else.
Creates an if/then/else if () else.
Value parameters
- cond
-
the condition expression
- elsep
-
the else branch expression
- thenp
-
the then branch expression
Attributes
- Source
-
Quotes.scala
Matches an if/then/else if () else.
Matches an if/then/else if () else.
Value parameters
- tree
-
the tree to match against
Attributes
- Source
-
Quotes.scala