ValDefModule
trait ValDefModule
Methods of the module object val ValDef
- Source:
- Quotes.scala
Value members
Abstract methods
Create a value definition val x
, var x
or lazy val x
with the signature defined in the symbol.
Create a value definition val x
, var x
or lazy val x
with the signature defined in the symbol.
The rhs
should return be Some
containing the implementation of the method.
Returns None
the method has no implementation.
Any definition directly inside the implementation should have symbol
as owner.
See also: Tree.changeOwner
- Source:
- Quotes.scala
Creates a block { val x1 =
Creates a block { val x1 =
- Source:
- Quotes.scala