Trait

scala.reflect.api

Quasiquotes

Related Doc: package api

Permalink

trait Quasiquotes extends AnyRef

Self Type
Universe
Source
Quasiquotes.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Quasiquotes
  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. All

Type Members

  1. implicit class Quasiquote extends AnyRef

    Permalink

    Implicit class that introduces q, tq, cq, pq and fq string interpolators that are also known as quasiquotes.

    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.

    See also

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