Packages

implicit class Quasiquote extends AnyRef

Implicit class that introduces q, tq, cq, pq and fq string interpolators that are also known as quasiquotes. With their help you can easily manipulate Scala reflection ASTs.

Source
Quasiquotes.scala
See also

https://docs.scala-lang.org/overviews/quasiquotes/intro.html

Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Quasiquote
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Quasiquote(ctx: StringContext)

Value Members

  1. object cq extends api
  2. object fq extends api
  3. object pq extends api
  4. object q extends api
  5. object tq extends api