Quote
tastyquery.Trees.Quote
final case class Quote(body: TermTree, bodyType: Type)(pos: SourcePosition) extends TermTree
A tree representing a quote '{ body }.
Value parameters
- body
-
The tree that was quoted
- bodyType
-
Explicit type of quoted body, which is the source of truth from which we build the type of the quote
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass TermTreeclass StatementTreeclass TopLevelTreeclass Treetrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article