Class/Object

scala.meta.dialects

Quasiquote

Related Docs: object Quasiquote | package dialects

Permalink

final class Quasiquote extends Dialect with Product

Annotations
@leafClass()
Linear Supertypes
Dialect, Product, Equals, Adt, Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Quasiquote
  2. Dialect
  3. Product
  4. Equals
  5. Adt
  6. Serializable
  7. Serializable
  8. AnyRef
  9. 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

Instance Constructors

  1. new Quasiquote(dialect: Dialect)

    Permalink

Type Members

  1. type ThisType = Quasiquote

    Permalink
    Definition Classes
    QuasiquoteDialect

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to any2stringadd[Quasiquote] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Quasiquote, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to ArrowAssoc[Quasiquote] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def allowEllipses: Boolean

    Permalink
    Definition Classes
    QuasiquoteDialect
  7. def allowMethodTypes: Boolean

    Permalink
    Definition Classes
    QuasiquoteDialect
  8. def allowTypeLambdas: Boolean

    Permalink
    Definition Classes
    QuasiquoteDialect
  9. def allowXmlLiterals: Boolean

    Permalink
    Definition Classes
    QuasiquoteDialect
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def bindToSeqWildcardDesignator: String

    Permalink
    Definition Classes
    QuasiquoteDialect
  12. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Quasiquote → Equals
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copy(dialect: Dialect = this.dialect): Quasiquote

    Permalink
  15. val dialect: Dialect

    Permalink
  16. def ensuring(cond: (Quasiquote) ⇒ Boolean, msg: ⇒ Any): Quasiquote

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to Ensuring[Quasiquote] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (Quasiquote) ⇒ Boolean): Quasiquote

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to Ensuring[Quasiquote] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): Quasiquote

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to Ensuring[Quasiquote] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): Quasiquote

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to Ensuring[Quasiquote] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Quasiquote → Equals → AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to StringFormat[Quasiquote] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    Quasiquote → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def name: String

    Permalink
    Definition Classes
    QuasiquoteDialect
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def privateTag: Int

    Permalink
    Definition Classes
    QuasiquoteDialect
  32. def productArity: Int

    Permalink
    Definition Classes
    Quasiquote → Product
  33. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Quasiquote → Product
  34. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Quasiquote → Product
  35. def productPrefix: String

    Permalink
    Definition Classes
    Quasiquote → Product
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    Quasiquote → AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (Quasiquote, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Quasiquote to ArrowAssoc[Quasiquote] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Dialect

Inherited from Product

Inherited from Equals

Inherited from Adt

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Quasiquote to any2stringadd[Quasiquote]

Inherited by implicit conversion StringFormat from Quasiquote to StringFormat[Quasiquote]

Inherited by implicit conversion Ensuring from Quasiquote to Ensuring[Quasiquote]

Inherited by implicit conversion ArrowAssoc from Quasiquote to ArrowAssoc[Quasiquote]

Ungrouped