BlockModule
scala.quoted.Quotes.reflectModule.BlockModule
trait BlockModule
Methods of the module object val Block
Attributes
- Source
- Quotes.scala
- Graph
-
- Supertypes
- Self type
-
Members list
Value members
Abstract methods
def apply(stats: List[Quotes.this.reflectModule.this.Statement], expr: Quotes.this.reflectModule.this.Term): Quotes.this.reflectModule.this.Block
Creates a block { <statements: List[Statement]>; <expr: Term> }
def copy(original: Quotes.this.reflectModule.this.Tree)(stats: List[Quotes.this.reflectModule.this.Statement], expr: Quotes.this.reflectModule.this.Term): Quotes.this.reflectModule.this.Block
Attributes
- Source
- Quotes.scala
def unapply(x: Quotes.this.reflectModule.this.Block): (List[Quotes.this.reflectModule.this.Statement], Quotes.this.reflectModule.this.Term)
Matches a block { <statements: List[Statement]>; <expr: Term> }
In this article